Sha256: 2e2ed678245b2e7f7450f9280341b111f4de0141d880b24f335f8b531d4f9025
Contents?: true
Size: 391 Bytes
Versions: 13
Compression:
Stored size: 391 Bytes
Contents
- pages = current_page.breadcrumbs - unless pages.to_a.empty? %div{:class => (defined?(klass) && klass) || nav_breadcrumbs_class} %ul - pages.each do |p| %li= link_to p.data.title, p -# - This partial renders links into an <ul>. - You probably need a class in order to render this properly. - :klass - pass in this local to specify a class for the containing div.
Version data entries
13 entries across 12 versions & 2 rubygems