Sha256: 002656c2255c82be3947102e384fa0b722a04051355f769d38f52f567a65b92f

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

<% if ENV.fetch('HYKU_BULKRAX_ENABLED', 'true') == 'true' %>
  <%= menu.nav_link(bulkrax.importers_path) do %>
    <span class="fa fa-cloud-upload" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('bulkrax.admin.sidebar.importers') %></span>
  <% end %>
  <%= menu.nav_link(bulkrax.exporters_path) do %>
    <span class="fa fa-cloud-download" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('bulkrax.admin.sidebar.exporters') %></span>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bulkrax-4.4.2 app/views/hyrax/dashboard/sidebar/_bulkrax_sidebar_additions.html.erb
bulkrax-4.4.1 app/views/hyrax/dashboard/sidebar/_bulkrax_sidebar_additions.html.erb
bulkrax-4.4.0 app/views/hyrax/dashboard/sidebar/_bulkrax_sidebar_additions.html.erb