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

Version Path
sufia-6.7.0 app/views/users/_profile_actions.html.erb
sufia-6.6.1 app/views/users/_profile_actions.html.erb
sufia-6.6.0 app/views/users/_profile_actions.html.erb
sufia-6.5.0 app/views/users/_profile_actions.html.erb
sufia-6.4.0 app/views/users/_profile_actions.html.erb
sufia-6.3.0 app/views/users/_profile_actions.html.erb
sufia-6.2.0 app/views/users/_profile_actions.html.erb
sufia-6.1.0 app/views/users/_profile_actions.html.erb
sufia-5.0.0 app/views/users/_profile_actions.html.erb
sufia-6.0.0 app/views/users/_profile_actions.html.erb
sufia-6.0.0.rc4 app/views/users/_profile_actions.html.erb
sufia-6.0.0.rc3 app/views/users/_profile_actions.html.erb
sufia-5.0.0.rc1 app/views/users/_profile_actions.html.erb
sufia-6.0.0.rc2 app/views/users/_profile_actions.html.erb
sufia-6.0.0.rc1 app/views/users/_profile_actions.html.erb
sufia-4.3.1 app/views/users/_profile_actions.html.erb
sufia-6.0.0.beta1 app/views/users/_profile_actions.html.erb
sufia-4.2.0 app/views/users/_profile_actions.html.erb
sufia-4.1.0 app/views/users/_profile_actions.html.erb
sufia-4.0.1 app/views/users/_profile_actions.html.erb