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

Version Path
hyrax-2.9.6 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.5 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.4 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.9.0 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.8.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.7.2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.7.1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.7.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.6.0 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.5.1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.5.0 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/users/_contributions.html.erb