Sha256: cc7807bc1e66fe8b5cc075441c952b803af7c96d9082dc2edb73979f50640d1a
Contents?: true
Size: 690 Bytes
Versions: 15
Compression:
Stored size: 690 Bytes
Contents
<% if trophies.any? %> <div class="form-group"> <span> <i class="fa fa-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="fa fa-question"></i></a> </span> <% trophies.each do |t| %> <div class="form-check"> <label class="form-check-label"> <%= check_box_tag "remove_trophy_#{t.id}", class: "form-check-input" %> <%= link_to t, [main_app, t] %> </label> </div> <% end %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems