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