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 &nbsp;
          </label>
        </div>
      </dd>
      <br/>
    <% end %>
 </dl>
</div>


Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
sufia-3.7.2 app/views/users/_trophy_edit.html.erb
sufia-3.7.1 app/views/users/_trophy_edit.html.erb
sufia-3.7.0 app/views/users/_trophy_edit.html.erb
sufia-3.6.1 app/views/users/_trophy_edit.html.erb
sufia-3.6.0 app/views/users/_trophy_edit.html.erb
sufia-3.5.0 app/views/users/_trophy_edit.html.erb
sufia-3.4.0 app/views/users/_trophy_edit.html.erb
sufia-3.4.0.rc4 app/views/users/_trophy_edit.html.erb
sufia-3.4.0.rc3 app/views/users/_trophy_edit.html.erb
sufia-3.3.1 app/views/users/_trophy_edit.html.erb
sufia-3.4.0.rc2 app/views/users/_trophy_edit.html.erb
sufia-3.4.0.rc1 app/views/users/_trophy_edit.html.erb
sufia-3.3.0 app/views/users/_trophy_edit.html.erb
sufia-3.2.1 app/views/users/_trophy_edit.html.erb
sufia-3.1.3 app/views/users/_trophy_edit.html.erb
sufia-3.1.2 app/views/users/_trophy_edit.html.erb
sufia-3.1.1 app/views/users/_trophy_edit.html.erb
sufia-3.1.0 app/views/users/_trophy_edit.html.erb
sufia-3.0.0 app/views/users/_trophy_edit.html.erb
sufia-2.0.1 app/views/users/_trophy_edit.html.erb