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.4.1 app/views/hyrax/users/_contributions.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.4.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.3.3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.3.2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.3.1 app/views/hyrax/users/_contributions.html.erb
hyrax-1.1.1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.3.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.0.3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.2.4 app/views/hyrax/users/_contributions.html.erb
hyrax-2.2.3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.2.2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.2.1 app/views/hyrax/users/_contributions.html.erb
hyrax-2.2.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.1.0 app/views/hyrax/users/_contributions.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/users/_contributions.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/users/_contributions.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/users/_contributions.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/users/_contributions.html.erb
hyrax-1.1.0 app/views/hyrax/users/_contributions.html.erb