Sha256: 6bd58d107dcc3617debc2a5e2097a44efca6a2ee2095d2ccc5c0df2f9a9795ed
Contents?: true
Size: 502 Bytes
Versions: 15
Compression:
Stored size: 502 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 => 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
15 entries across 15 versions & 1 rubygems