Sha256: 5feea0a292efbe40a851ca8417d91d0c3aa1f494682bc7a92a1b9b549a799ea1
Contents?: true
Size: 605 Bytes
Versions: 8
Compression:
Stored size: 605 Bytes
Contents
<h4><%=t(:'spotlight.administration.sidebar.header') %></h4> <ul class="nav sidenav"> <% if can? :update, current_exhibit %> <li><%= link_to t(:'spotlight.administration.sidebar.settings'), spotlight.edit_exhibit_path(current_exhibit) %></li> <li><%= link_to t(:'spotlight.administration.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.administration.sidebar.users'), spotlight.exhibit_roles_path(current_exhibit) %></li> <% end %> </ul>
Version data entries
8 entries across 8 versions & 1 rubygems