Sha256: 4f35708b93a2da96d81a0312caac120dfc4b4314da9efe6f7eae2e1207fa43bd

Contents?: true

Size: 836 Bytes

Versions: 1

Compression:

Stored size: 836 Bytes

Contents

<li class="h5"><%= t('hyrax.admin.sidebar.repository_objects') %></li>

<%= menu.nav_link(hyrax.my_collections_path,
                  also_active_for: hyrax.dashboard_collections_path) do %>
  <span class="fa fa-folder-open" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.collections') %></span>
<% end %>

<%= menu.nav_link(hyrax.my_works_path,
                  also_active_for: hyrax.dashboard_works_path) do %>
  <span class="fa fa-file" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.works') %></span>
<% end %>

<%= menu.nav_link(hybridge.root_path,
                  also_active_for: hyrax.dashboard_works_path) do %>
  <span class="fa fa-magic"></span> <span class="sidebar-action-text"><%= t('hybridge.admin.sidebar.ingest') %></span>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hybridge-1.0.0 lib/generators/hybridge/install/templates/sidebar/_repository_content.html.erb