Sha256: 8f15abf3f4fa4af45207ec96a581a663988e8ac2cd8e7d3c642d8bc80b93a5fa
Contents?: true
Size: 977 Bytes
Versions: 11
Compression:
Stored size: 977 Bytes
Contents
<h4><%=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(exhibit: 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
11 entries across 11 versions & 1 rubygems