Files
danbooru/app/views/saved_searches/_secondary_links.html.erb
evazion a5ef86bbe8 views: add html ids for main menu and subnav menu.
Also refactor secondary links to put the <menu> element in the default
layout instead of in each _secondary_links partial.
2019-09-17 00:28:41 -05:00

5 lines
190 B
Plaintext

<% content_for(:secondary_links) do %>
<%= subnav_link_to "View posts", posts_path(:tags => "search:all") %>
<%= subnav_link_to "Manage saved searches", saved_searches_path %>
<% end %>