_path.html.erb 268 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <div id='online-doc-path'> <%= _('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 %> </div>