Sha256: 9c9a5297208d09cd4f44f594738b11b952615fc0d2007b574e043431b90696af
Contents?: true
Size: 998 Bytes
Versions: 81
Compression:
Stored size: 998 Bytes
Contents
<h4 class="nav-heading"><%=t(:'spotlight.configuration.sidebar.header') %></h4> <ul class="nav sidenav"> <% if can? :update, current_exhibit %> <li><%= link_to t(:'spotlight.configuration.sidebar.settings'), spotlight.edit_exhibit_path(current_exhibit) %></li> <li><%= link_to t(:'spotlight.configuration.sidebar.appearance'), spotlight.edit_exhibit_appearance_path(current_exhibit) %></li> <% end %> <% if can? :manage, Spotlight::Role.new(resource: current_exhibit) %> <li><%= link_to t(:'spotlight.configuration.sidebar.users'), spotlight.exhibit_roles_path(current_exhibit) %></li> <% end %> <% if can? :update, current_exhibit.blacklight_configuration %> <li><%= link_to t(:'spotlight.configuration.sidebar.metadata'), spotlight.edit_exhibit_metadata_configuration_path(current_exhibit) %></li> <li><%= link_to t(:'spotlight.configuration.sidebar.search_configuration'), spotlight.edit_exhibit_search_configuration_path(current_exhibit) %></li> <% end %> </ul>
Version data entries
81 entries across 81 versions & 1 rubygems