Skip to content

Commit

Permalink
Add nav-link class to saved searchs link in shared navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Apr 20, 2017
1 parent 5cdc1c7 commit 75c4bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/blacklight/nav/_saved_searches.html.erb
Original file line number Diff line number Diff line change
@@ -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 75c4bff

Please sign in to comment.