Sha256: 3b1e61d77eb5b95e92a100900117910e4c06bd2d50231c874f5d45c8e4f7e43f
Contents?: true
Size: 1.88 KB
Versions: 11
Compression:
Stored size: 1.88 KB
Contents
<h2 class="non lower">Actions</h2> <p> <%= render_download_link %> <% if Sufia.config.analytics %> | <%= link_to "Analytics", sufia.stats_generic_file_path(@generic_file), id: 'stats' %> <% end %> <% if can? :edit, @generic_file %> | <% if @generic_file.processing? %> <%= t('sufia.upload.processing') %> <% else %> <%= link_to "Edit", sufia.edit_generic_file_path(@generic_file) %> <% end %> <% end %> <% if can?(:create, FeaturedWork) && @generic_file.public? %> <% if FeaturedWork.can_create_another? && !@generic_file.featured?%> | <%= link_to "Feature", sufia.featured_work_path(@generic_file, format: :json), data: {behavior: 'feature'} %> <% elsif @generic_file.featured? %> | Featured <% end %> <% 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
11 entries across 11 versions & 1 rubygems