Sha256: f796ae0217870e84ca8fca823ada608541583dbb2c3c3fe2ba28da5541439a91
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
<h2 class="non lower">Actions</h2> <p> <%= link_to "Download", sufia.download_path(@generic_file.noid) %> <% if can? :edit, @generic_file %> | <%= link_to "Edit", sufia.edit_generic_file_path(@generic_file) unless @generic_file.processing? %> <%= "File is being processed you may edit once it is complete" if @generic_file.processing? %> <%end %> </p> <p>Export to: <%= link_to 'EndNote', sufia.generic_file_path(@generic_file.noid, :format => 'endnote') %> | <%= link_to 'Zotero', sufia.static_path('zotero'), {:id => 'zoteroLink', :name => 'zotero', :class => 'lightboxLink'} %> | <%= link_to 'Mendeley', sufia.static_path('mendeley'), {:id => 'mendeleyLink', :name => 'mendeley', :class => 'lightboxLink'} %> </p> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <!-- AddThis Button END --> <!-- COinS hook for Zotero --> <span class="Z3988" title="<%= @generic_file.export_as_openurl_ctx_kev %>"></span>
Version data entries
5 entries across 5 versions & 1 rubygems