Sha256: b14dfe5c98ce38a96a96604bf53a5c1d4a9029e40aea10220ed80238355a0c75

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

<div class="btn-group">
  <button class="btn btn-sm dropdown-toggle" data-toggle="dropdown">Select an action <span class="caret"></span>
  </button>
  <ul class="dropdown-menu dropdown-menu-right">
    <li>
      <%= link_to raw('<i class="glyphicon glyphicon-link over"></i> Single-Use Link to File'), '#',
                  class: "copypaste itemicon itemcode", title: "Single-Use Link to File", id: "copy_link_#{noid}" %>
    </li>
    <li>
      <%= link_to raw('<i class="glyphicon glyphicon-pencil"></i> Edit File'), sufia.edit_generic_file_path(noid),
                  class: 'itemicon itemedit', title: 'Edit File' %>
    </li>
    <li>
      <%= link_to raw('<i class="glyphicon glyphicon-download-alt"></i> Download File'), sufia.download_path(noid),
                  class: 'itemicon itemdownload', title: 'Download File', target: '_new' %>
    </li>
    <% if current_user %> 
      <li>
        <%= display_trophy_link(current_user, noid) do |text| %>
          <i class='glyphicon glyphicon-star'></i> <%= text %>
        <% end %>
      </li>
    <% end %>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sufia-6.0.0.rc2 app/views/collections/_show_document_list_menu.html.erb
sufia-6.0.0.rc1 app/views/collections/_show_document_list_menu.html.erb
sufia-6.0.0.beta1 app/views/collections/_show_document_list_menu.html.erb