Sha256: 6001630153b54c4b68692ad643c1aa23f6582843edbdb5e4de8fd2483392af23
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 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, curation_concerns_generic_work_path(t) %> <label class="checkbox fleft"> <%= check_box_tag "remove_trophy_#{t.id}" %> Yes </label> </dd> <br/> <% end %> </dl> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta2 | app/views/users/_trophy_edit.html.erb |
sufia-7.0.0.beta1 | app/views/users/_trophy_edit.html.erb |