Sha256: c57085600ef390f53bcb11396046d8173f15f64223b17832d71d6650486c011f

Contents?: true

Size: 669 Bytes

Versions: 49

Compression:

Stored size: 669 Bytes

Contents

<% if trophies.any? %>
  <div class="form-group">
    <span>
      <i class="glyphicon glyphicon-star trophy-on"></i> Remove Highlight Designation
      <a href="#" id="remove_trophy_help" data-toggle="popover" data-content="If you would like to remove a highlight designation, check the box and save your profile." data-original-title="Remove Highlight Designation"><i class="glyphicon glyphicon-question-sign"></i></a>
    </span>
    <% trophies.each do |t| %>
      <div class="checkbox">
        <label>
          <%= check_box_tag "remove_trophy_#{t.id}" %>
          <%= link_to t, [main_app, t] %>
        </label>
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb