app/views/shared/_site_sidebar.html.erb in blacklight-spotlight-0.14.1 vs app/views/shared/_site_sidebar.html.erb in blacklight-spotlight-0.14.2
- old
+ new
@@ -1,7 +1,9 @@
<% if can?(:manage, Spotlight::Site.instance) || can?(:create, Spotlight::Exhibit) %>
<h4 class="nav-heading"><%=t(:'.header') %></h4>
<ul class="nav sidenav">
+ <li><%= link_to t('.documentation'), 'https://github.com/sul-dlss/spotlight/wiki/Configuration-settings' %></li>
+
<% 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 %>
\ No newline at end of file