Sha256: 528529488f6096258af78482deec5a30b3b1ae2e49c16681f3c3a268c0fda401
Contents?: true
Size: 858 Bytes
Versions: 61
Compression:
Stored size: 858 Bytes
Contents
<div class="tab-pane active" id="contributions"> <% if presenter.trophies.count > 0 %> <table> <% presenter.trophies.each do |t| %> <tr id="trophyrow_<%= t.id %>" class='highlighted-works'> <td> <%= link_to [main_app, t] do %> <%= image_tag t.thumbnail_path, width: 90 %> <% end %> </td> <td> <%= link_to t.to_s, [main_app, t] %> <% if presenter.current_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 %> <%= presenter.name %> has no highlighted works. <% end %> </div>
Version data entries
61 entries across 61 versions & 2 rubygems