Sha256: 2bbe7eff223b8d597c54615b9a8e09454b1a2af100e15cf3e120185545c3de8a

Contents?: true

Size: 696 Bytes

Versions: 2

Compression:

Stored size: 696 Bytes

Contents

<% if can?(:manage, Spotlight::Site.instance) || can?(:create, Spotlight::Exhibit) %>
<h4 class="nav-heading"><%=t(:'.header') %></h4>
<ul class="nav sidenav">
  <% if can? :manage, Spotlight::Site.instance %>
    <li><%= link_to t(:'spotlight.sites.edit.section'), spotlight.edit_site_path %></li>
  <% end %>

  <% if can? :manange, Spotlight::Exhibit %>
    <li><%= link_to t(:'spotlight.sites.edit_exhibits.section'), spotlight.edit_site_exhibits_path %></li>
  <% end %>
</ul>

<ul class="nav sidenav nav-pills nav-stacked">
  <li><%= link_to t('.create_exhibit'), new_exhibit_path, class: 'btn btn-default btn-nav', role: 'button' if can? :create, Spotlight::Exhibit %></li>
</ul>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-0.14.1 app/views/shared/_site_sidebar.html.erb
blacklight-spotlight-0.14.0 app/views/shared/_site_sidebar.html.erb