app/views/spotlight/shared/_curation_sidebar.html.erb in blacklight-spotlight-0.13.0 vs app/views/spotlight/shared/_curation_sidebar.html.erb in blacklight-spotlight-0.14.0

- old
+ new

@@ -1,5 +1,5 @@ -<h4><%=t(:'spotlight.curation.sidebar.header') %></h4> +<h4 class="nav-heading"><%=t(:'spotlight.curation.sidebar.header') %></h4> <ul class="nav sidenav"> <li><%= link_to t(:'spotlight.curation.sidebar.items'), spotlight.admin_exhibit_catalog_index_path(current_exhibit) %></li> <% if can? :tag, current_exhibit %> <li><%= link_to t(:'spotlight.curation.sidebar.tags'), spotlight.exhibit_tags_path(current_exhibit) %></li> <% end %> \ No newline at end of file