Sha256: cc7807bc1e66fe8b5cc075441c952b803af7c96d9082dc2edb73979f50640d1a

Contents?: true

Size: 690 Bytes

Versions: 15

Compression:

Stored size: 690 Bytes

Contents

<% if trophies.any? %>
  <div class="form-group">
    <span>
      <i class="fa fa-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="fa fa-question"></i></a>
    </span>
    <% trophies.each do |t| %>
      <div class="form-check">
        <label class="form-check-label">
          <%= check_box_tag "remove_trophy_#{t.id}", class: "form-check-input" %>
          <%= link_to t, [main_app, t] %>
        </label>
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb