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