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