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