Sha256: ad82f5e4a1aa14802a3d200d6da27c1a7632a83f7ff199758ff449efcec27fe8
Contents?: true
Size: 723 Bytes
Versions: 22
Compression:
Stored size: 723 Bytes
Contents
<div class="control-label"> <i class="icon-trophy 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="icon-question-sign icon-large"></i></a> </div> <div class="control-group"> <dl> <% trophies.each do |t| %> <dd> <div class="controls"> <%= link_to t, sufia.generic_file_path(t) %> <label class="checkbox fleft"> <%= check_box_tag "remove_trophy_#{t.id}" %> Yes </label> </div> </dd> <br/> <% end %> </dl> </div>
Version data entries
22 entries across 22 versions & 1 rubygems