Sha256: a5aa465397516adbb9ae162ece9e2e3d3c5835a7764d0e4fb08cbbd6de982938

Contents?: true

Size: 1.38 KB

Versions: 34

Compression:

Stored size: 1.38 KB

Contents

<h4 class="nav-heading"><%=t(:'spotlight.curation.sidebar.header') %></h4>
<ul class="nav sidenav">
  <li><%= link_to t(:'spotlight.curation.sidebar.items'), spotlight.admin_exhibit_catalog_path(current_exhibit) %></li>
  <% if can? :tag, current_exhibit %>
  <li><%= link_to t(:'spotlight.curation.sidebar.tags'), spotlight.exhibit_tags_path(current_exhibit) %></li>
  <% end %>
  <% if can? :manage, Spotlight::Search.new(exhibit: current_exhibit) %>
  <li><%= link_to t(:'spotlight.curation.sidebar.browse'), spotlight.exhibit_searches_path(current_exhibit) %></li>
  <% end %>
  <% if can? :manage, Spotlight::FeaturePage.new(exhibit: current_exhibit) or can? :manage, current_exhibit.home_page %>
  <li><%= link_to t(:'spotlight.curation.sidebar.feature_pages'), spotlight.exhibit_feature_pages_path(current_exhibit), 'data-no-turbolink' => true %></li>
  <% end %>
  <% if can? :manage, Spotlight::AboutPage.new(exhibit: current_exhibit) %>
  <li><%= link_to t(:'spotlight.curation.sidebar.about_pages'), spotlight.exhibit_about_pages_path(current_exhibit), 'data-no-turbolink' => true %></li>
  <% end %>
  <% if (can? :manage, current_exhibit.translations.first_or_initialize) && current_exhibit.languages.any? %>
    <li>
      <%= link_to t(:'spotlight.curation.sidebar.translations'), spotlight.edit_exhibit_translations_path(current_exhibit), 'data-no-turbolink' => true %>
    </li>
  <% end %>
</ul>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.12.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.12.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.11.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.10.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.9.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.8.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.7.2 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.7.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.7.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.6.1.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.6.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.6.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.5.2 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.5.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.5.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.4.1 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.4.0 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.3.3 app/views/spotlight/shared/_curation_sidebar.html.erb
blacklight-spotlight-2.3.2 app/views/spotlight/shared/_curation_sidebar.html.erb