Sha256: 016b332d219763c18b662fa84ba75d95bb0e9e216235ed6fe453a84beaca94d0

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

- if buoys.any?
  %ol.breadcrumb
    - buoys.each do |link|
      %li
        - # if `link.current?` is true, link.options includes {class: 'current'}.
        - if link.current?
          %span= link.text
        - else
          = link_to link.text, link.url, link.options

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buoys-0.5.0 lib/generators/buoys/templates/_buoys.html.haml
buoys-0.4.0 lib/generators/buoys/templates/_buoys.html.haml
buoys-0.3.0 lib/generators/buoys/templates/_buoys.html.haml