Sha256: 19ccd4ac6cc0730c22838f9573712e9058263fb03dc601864f8b5a6e703d6bfc
Contents?: true
Size: 446 Bytes
Versions: 2
Compression:
Stored size: 446 Bytes
Contents
<% document ||= @document.root id ||= document.root? ? 'section_menu' : '' order ||= 'title ASC' -%> <ul id="<%= id %>"> <% document.children.public.order_by(order).each do | child_document | %> <li><a href="<%= document_path(child_document) %>"><%= child_document.title %></a> <%= render :partial => 'pages/shared/section_menu', :locals => { :document => child_document } unless document.children.empty? %> </li> <% end %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qcms-2.1.0 | app/views/pages/shared/_section_menu.html.erb |
qcms-2.0.0 | app/views/pages/shared/_section_menu.html.erb |