% if can?(:manage, Spotlight::Site.instance) || can?(:create, Spotlight::Exhibit) %>
<%=t(:'.header') %>
- <%= link_to t('.documentation'), 'https://github.com/projectblacklight/spotlight/wiki/Configuration-settings', class: 'nav-link' %>
<% if can? :manage, Spotlight::Site.instance %>
- <%= link_to t(:'spotlight.sites.edit.page_title'), spotlight.edit_site_path, class: 'nav-link' %>
<% end %>
<% if can? :manange, Spotlight::Exhibit %>
- <%= link_to t(:'spotlight.sites.edit_exhibits.page_title'), spotlight.edit_site_exhibits_path, class: 'nav-link' %>
- <%= link_to t(:'spotlight.admin_users.index.page_title'), spotlight.admin_users_path, class: 'nav-link' %>
<% end %>
- <%= link_to t(:'spotlight.exhibits.new.page_title'), spotlight.new_exhibit_path, class: 'btn btn-outline-secondary btn-nav', role: 'button' if can? :create, Spotlight::Exhibit %>
<% end %>