Sha256: 1588ac2274059ba347f467a568e3f7a21a82914f5c2d73cf4f7968d84f015411
Contents?: true
Size: 489 Bytes
Versions: 9
Compression:
Stored size: 489 Bytes
Contents
<% linked = (page_link.url == params[:current_link]) if params[:current_link].present? %> <li class='clearfix<%= " child#{child}" if child %><%= " linked" if linked%>' id="<%= dom_id(page_link) -%>"> <%= link_to page_link.title_with_meta, page_link.url, :title => 'Link to this Page', :rel => page_link.title, :class => 'page_link' %> </li> <%= render :partial => 'page_link', :collection => page_link.children, :locals => {:child => child ? (child+1) : 1} if page_link.children.any? %>
Version data entries
9 entries across 9 versions & 2 rubygems