app/views/shared/_site_sidebar.html.erb in blacklight-spotlight-0.15.0 vs app/views/shared/_site_sidebar.html.erb in blacklight-spotlight-0.16.0

- old
+ new

@@ -7,12 +7,13 @@ <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> + <li><%= link_to t(:'spotlight.admin_users.index.section'), spotlight.admin_users_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 %> \ No newline at end of file +<% end %>