ref: master
app/views/doc/_path.html.erb
<%= _('You are here:') %> <%= link_to _('Manual'), doc_path %> <% if @section %> » <%= link_to @section.title, doc_section_path(@section.id) %> <% end %> <% if @topic %> » <%= @topic.title %> <% end %>