Sha256: f7e6b2ae01a0a5fa432c45532520f7b43a7b1a57f0b575f2774e3a3e6eca8c70

Contents?: true

Size: 452 Bytes

Versions: 81

Compression:

Stored size: 452 Bytes

Contents

/ 
  #{__FILE__}
%div.breadcrumbs{attributes}
  - count = RubyApp::Session.pages.length
  - RubyApp::Session.pages.each_with_index do |page, index|
    - if index < count - 1
      - if index > 0
        %span.divider
          &raquo;
      %a.breadcrumb{:href => '', :page_id => page.element_id}
        = page.translate.title
    - else
      - if index > 0
        %span.divider
          &raquo;
      %span.current
        = page.translate.title

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
RubyApp-0.0.6 lib/ruby_app/elements/navigation/base/base_breadcrumbs.html.haml