Sha256: 904f283476835da63229b5a38d2c0c02f72f220e953d50ceba9c7364897ae219
Contents?: true
Size: 935 Bytes
Versions: 12
Compression:
Stored size: 935 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.noid %>"> <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.noid, 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
12 entries across 12 versions & 1 rubygems