Permalink
Cannot retrieve contributors at this time
9 lines (9 sloc)
208 Bytes
|
<% unless current_user?(@user) %> |
|
<div id="follow_form"> |
|
<% if current_user.following?(@user) %> |
|
<%= render 'unfollow' %> |
|
<% else %> |
|
<%= render 'follow' %> |
|
<% end %> |
|
</div> |
|
<% end %> |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.