<% if user_can?('update_resource_record') %> <% unless content_for?(:exports) %> <% content_for :exports do %>
  • <%= link_to I18n.t("actions.export_marc"), {:controller => :exports, :action => :download_marc, :id => @resource.id} %>
  • <%= link_to I18n.t("actions.container_labels"), {:controller => :exports, :action => :container_labels, :id => @resource.id} %>
  • <%= link_to I18n.t("actions.print_to_pdf"), {:controller => :jobs, :action => :new}, :target => "_blank" %>
  • <% end %> <% end %> <%= render_aspace_partial(:partial => '/shared/resource_toolbar', :locals => { :record_type => 'resource', :record => @resource, }) %> <% end %>