Skip to content

Commit

Permalink
Add nav-link class to saved searches link in shared navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Apr 24, 2017
1 parent 078d278 commit 102056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/blacklight/nav/_saved_searches.html.erb
@@ -1 +1 @@
<%= link_to t('blacklight.header_links.saved_searches'), blacklight.saved_searches_path %>
<%= link_to t('blacklight.header_links.saved_searches'), blacklight.saved_searches_path, class: 'nav-link' %>

0 comments on commit 102056a

Please sign in to comment.