Sha256: 2f0c02dd3fb7ca0ac8940ebc3baa4d10c279df51e8ceb7ee72edcb9fec8cc009

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

<div id="sidebar" class="col-md-3" role="complementary">
  <ul class="nav sidenav">
    <li class="dashboard"><%= link_to t(:'spotlight.curation.sidebar.dashboard'), spotlight.exhibit_dashboard_path(@exhibit) %></li>
  </ul>
  <%= render 'spotlight/shared/admin_sidebar' if can? :update, current_exhibit %>
  <h4><%=t(:'spotlight.curation.sidebar.header') %></h4>
  <ul class="nav sidenav">
    <li><%= link_to t(:'spotlight.curation.sidebar.items'), spotlight.admin_exhibit_catalog_index_path(@exhibit) %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.metadata'), spotlight.exhibit_edit_metadata_path(@exhibit) %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.tags'), spotlight.exhibit_tags_path(@exhibit) %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.search_facets'), spotlight.exhibit_edit_facets_path(@exhibit) %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.browse'), spotlight.exhibit_searches_path(@exhibit) %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.feature_pages'), spotlight.exhibit_feature_pages_path(@exhibit), 'data-no-turbolink' => true %></li>
    <li><%= link_to t(:'spotlight.curation.sidebar.about_pages'), spotlight.exhibit_about_pages_path(@exhibit), 'data-no-turbolink' => true %></li>
  </ul>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.2.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-0.1.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-0.0.3 app/views/spotlight/shared/_curation_sidebar.html.erb