Sha256: 0356a4b64f21108017c7277df9f43066807a28c9c105e97c3e734379d7acaf1c

Contents?: true

Size: 685 Bytes

Versions: 11

Compression:

Stored size: 685 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.noid}" %> Yes &nbsp;
        </label>
      </dd>
      <br/>
    <% end %>
 </dl>
</div>


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sufia-5.0.0 app/views/users/_trophy_edit.html.erb
sufia-5.0.0.rc1 app/views/users/_trophy_edit.html.erb
sufia-6.0.0.rc2 app/views/users/_trophy_edit.html.erb
sufia-6.0.0.rc1 app/views/users/_trophy_edit.html.erb
sufia-4.3.1 app/views/users/_trophy_edit.html.erb
sufia-6.0.0.beta1 app/views/users/_trophy_edit.html.erb
sufia-4.2.0 app/views/users/_trophy_edit.html.erb
sufia-4.1.0 app/views/users/_trophy_edit.html.erb
sufia-4.0.1 app/views/users/_trophy_edit.html.erb
sufia-4.0.0 app/views/users/_trophy_edit.html.erb
sufia-4.0.0.rc2 app/views/users/_trophy_edit.html.erb