Sha256: 5b7cc079bb8212cdc4c55cb255d6726ed4a6bca54739701b82fb9dd6a27a4972
Contents?: true
Size: 512 Bytes
Versions: 10
Compression:
Stored size: 512 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.html_safe, page_link.url, :title => t('.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
10 entries across 10 versions & 1 rubygems