Sha256: f7bf2730cfd0e2728916c536075417bb98439505e861214bce9e473bbbf0d9e8

Contents?: true

Size: 664 Bytes

Versions: 14

Compression:

Stored size: 664 Bytes

Contents

<div class="control-label">
  <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>
</div>
<div class="form-group">
  <dl>
    <% trophies.each do |t| %>
      <dd>
        <%= link_to t, t %>
        <label class="checkbox fleft">
          <%= check_box_tag "remove_trophy_#{t.id}" %> Yes &nbsp;
        </label>
      </dd>
      <br/>
    <% end %>
 </dl>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/users/_trophy_edit.html.erb
sufia-7.4.0 app/views/users/_trophy_edit.html.erb
sufia-7.3.1 app/views/users/_trophy_edit.html.erb
sufia-7.3.0 app/views/users/_trophy_edit.html.erb
sufia-7.3.0.rc3 app/views/users/_trophy_edit.html.erb
sufia-7.3.0.rc2 app/views/users/_trophy_edit.html.erb
sufia-7.3.0.rc1 app/views/users/_trophy_edit.html.erb
sufia-7.2.0 app/views/users/_trophy_edit.html.erb
sufia-7.1.0 app/views/users/_trophy_edit.html.erb
sufia-7.0.0 app/views/users/_trophy_edit.html.erb
sufia-7.0.0.rc2 app/views/users/_trophy_edit.html.erb
sufia-7.0.0.rc1 app/views/users/_trophy_edit.html.erb
sufia-7.0.0.beta4 app/views/users/_trophy_edit.html.erb
sufia-7.0.0.beta3 app/views/users/_trophy_edit.html.erb