Files
danbooru/app/views/comments/_secondary_links.html.erb
2019-09-10 21:10:09 -05:00

9 lines
349 B
Plaintext

<% content_for(:secondary_links) do %>
<menu>
<%= quick_search_form_for(:body_matches, comments_path, "comments") %>
<%= subnav_link_to "Listing", comments_path(:group_by => "post") %>
<%= subnav_link_to "Search", search_comments_path %>
<%= subnav_link_to "Help", wiki_pages_path(:title => "help:comments") %>
</menu>
<% end %>