Sha256: 276ccd2f7579ceea2188269eed4bfefec1339354f4ce1a63b917b5fb4a95a9d7
Contents?: true
Size: 955 Bytes
Versions: 74
Compression:
Stored size: 955 Bytes
Contents
<% if can?(:manage, Spotlight::Site.instance) || can?(:create, Spotlight::Exhibit) %> <h4 class="nav-heading"><%=t(:'.header') %></h4> <ul class="nav sidenav"> <li><%= link_to t('.documentation'), 'https://github.com/projectblacklight/spotlight/wiki/Configuration-settings' %></li> <% if can? :manage, Spotlight::Site.instance %> <li><%= link_to t(:'spotlight.sites.edit.page_title'), spotlight.edit_site_path %></li> <% end %> <% if can? :manange, Spotlight::Exhibit %> <li><%= link_to t(:'spotlight.sites.edit_exhibits.page_title'), spotlight.edit_site_exhibits_path %></li> <li><%= link_to t(:'spotlight.admin_users.index.page_title'), spotlight.admin_users_path %></li> <% end %> </ul> <ul class="nav sidenav nav-pills nav-stacked"> <li><%= link_to t(:'spotlight.sites.new.page_title'), spotlight.new_exhibit_path, class: 'btn btn-default btn-nav', role: 'button' if can? :create, Spotlight::Exhibit %></li> </ul> <% end %>
Version data entries
74 entries across 74 versions & 1 rubygems