Sha256: c733a15b3beeebe1eabfa21f16adf24be17b6a98cc417f9d27a8081aa3f0de5b
Contents?: true
Size: 498 Bytes
Versions: 15
Compression:
Stored size: 498 Bytes
Contents
<% linked = (url_for(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
15 entries across 15 versions & 1 rubygems