Sha256: 6a64e57e207180bb13c69fc99d2952819c95729b1038b6c02c42841ced872e56

Contents?: true

Size: 930 Bytes

Versions: 8

Compression:

Stored size: 930 Bytes

Contents

<div class="tab-pane active" id="contributions">
  <i class="glyphicon glyphicon-star trophy-on"></i> <strong>Highlighted Files</strong>
  <% if @trophies.count > 0 %>
    <table>
      <% @trophies.each do |t| %>
        <tr id="trophyrow_<%= t.id %>">
          <td>
            <%= link_to sufia.generic_file_path(t) do %>
              <%= render_thumbnail_tag t, { width: 90 } %>
            <% end %>
          </td>
          <td>
            <%= link_to display_title(t), sufia.generic_file_path(t) %>
            <% if current_user == @user %>
              <%= display_trophy_link current_user, t.id, class: 'glyphicon glyphicon-star', data: {removerow: true} do %>
                <i class='trophy-on glyphicon glyphicon-remove'></i>
              <% end %>
            <% end %>
          </td>
        </tr>
      <% end %>
    </table>
  <% else %>
    <%= @user.name %> has no highlighted files.
  <% end %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-6.5.0 app/views/users/_contributions.html.erb
sufia-6.4.0 app/views/users/_contributions.html.erb
sufia-6.3.0 app/views/users/_contributions.html.erb
sufia-6.2.0 app/views/users/_contributions.html.erb
sufia-6.1.0 app/views/users/_contributions.html.erb
sufia-6.0.0 app/views/users/_contributions.html.erb
sufia-6.0.0.rc4 app/views/users/_contributions.html.erb
sufia-6.0.0.rc3 app/views/users/_contributions.html.erb