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 </label> </dd> <br/> <% end %> </dl> </div>
Version data entries
11 entries across 11 versions & 1 rubygems