Sha256: ca9ca4f83f2b76d2cb841086c9eda23d5328cfcc1d2cfed1ae9412215d5d891c

Contents?: true

Size: 629 Bytes

Versions: 7

Compression:

Stored size: 629 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"></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,
                    data: { turbolinks: false }) do %>
    <span class="fa fa-file"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.works') %></span>
  <% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-2.1.0 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/sidebar/_repository_content.html.erb