Sha256: 15283f0d6dc20600d0602622749518ea3c6ed76794e08af549b27f47263c70a7
Contents?: true
Size: 667 Bytes
Versions: 27
Compression:
Stored size: 667 Bytes
Contents
<!-- profile and view buttons --> <% if signed_in? %> <% if current_user == @user %> <%= link_to raw('<i class="glyphicon glyphicon-edit"></i> Edit Your Profile'), sufia.edit_profile_path(@user), class: "btn" %> <% elsif current_user.following?(@user) %> <%= link_to raw('<i class="glyphicon glyphicon-eye-close"></i> Unfollow'), sufia.unfollow_profile_path(@user), method: :post, class: "btn btn-default" %> <% else %> <%= link_to raw('<i class="glyphicon glyphicon-eye-open"></i> Follow'), sufia.follow_profile_path(@user), method: :post, class: "btn btn-default" %> <% end %> <% end %>
Version data entries
27 entries across 27 versions & 1 rubygems