Skip to content

Commit

Permalink
Merge pull request #2097 from sarken/issue_4288
Browse files Browse the repository at this point in the history
4288 4289 Filters & other bookmark navigation missing
  • Loading branch information
zz9pzza committed May 1, 2015
2 parents 996326a + 8ec487e commit 30d7f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bookmarks/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- /descriptions-->

<!--subnav-->
<% if current_user.is_a?(User) || @tag %>
<% if current_user.is_a?(User) || @tag || @facets.present? %>
<ul class="navigation actions" role="navigation">
<% if logged_in? && (@user == current_user || (@owner.blank? && @bookmarkable.blank?) || @collection) %>
<li><%= link_to ts("Bookmark External Work"), new_external_work_path %></li>
Expand Down

0 comments on commit 30d7f56

Please sign in to comment.