Files
danbooru/app/views/comments/_secondary_links.html.erb
2020-04-03 15:43:01 -05:00

10 lines
423 B
Plaintext

<% content_for(:secondary_links) do %>
<%= 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 %>
<% if policy(CommentVote).can_see_votes? %>
<%= subnav_link_to "Votes", comment_votes_path %>
<% end %>
<%= subnav_link_to "Help", wiki_page_path("help:comments") %>
<% end %>