Sha256: 4dff9e9df32b822612dc1717372f046151351e6c3baf45c51ecdf4db638bd912

Contents?: true

Size: 681 Bytes

Versions: 11

Compression:

Stored size: 681 Bytes

Contents

<div class="control-label">
  <i class="glyphicon glyphicon-star trophy-on" ></i> Remove Highlight Designation
  <a href="#" id="remove_trophy_help" rel="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>
</div>
<div class="form-group">
  <dl>
    <% trophies.each do |t| %>
      <dd>
        <%= link_to t, sufia.generic_file_path(t) %>
        <label class="checkbox fleft">
          <%= check_box_tag "remove_trophy_#{t.id}" %> Yes &nbsp;
        </label>
      </dd>
      <br/>
    <% end %>
 </dl>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/users/_trophy_edit.html.erb
sufia-6.6.1 app/views/users/_trophy_edit.html.erb
sufia-6.6.0 app/views/users/_trophy_edit.html.erb
sufia-6.5.0 app/views/users/_trophy_edit.html.erb
sufia-6.4.0 app/views/users/_trophy_edit.html.erb
sufia-6.3.0 app/views/users/_trophy_edit.html.erb
sufia-6.2.0 app/views/users/_trophy_edit.html.erb
sufia-6.1.0 app/views/users/_trophy_edit.html.erb
sufia-6.0.0 app/views/users/_trophy_edit.html.erb
sufia-6.0.0.rc4 app/views/users/_trophy_edit.html.erb
sufia-6.0.0.rc3 app/views/users/_trophy_edit.html.erb