Files
danbooru/app/views/notes/_secondary_links.html.erb

8 lines
399 B
Plaintext

<% content_for("subnavbar") do %>
<li><%= link_to "List", :action => "index" %></li>
<li><%= link_to "Search", :action => "search" %></li>
<li><%= link_to "History", :action => "history" %></li>
<li><%= link_to "Requests", :controller => "post", :action => "index", :tags => "translation_request" %></li>
<li><%= link_to "Help", :controller => "help", :action => "notes" %></li>
<% end %>