Sha256: 24e329d98ece3fbe01458cc07aff82dd50c48121539f3790a6f356ce50444001

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

:ruby
  Kin::Nav.setup(:test) do |nav|
    nav.add(:home, 'Home').url('/')
    nav.add(:products, 'Products').url('/products')
  end

= display_navigation(:test)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
antw-kin-0.3.2 spec/fixture/app/views/nav_specs/generic_nav.html.haml
antw-kin-0.3.3 spec/fixture/app/views/nav_specs/generic_nav.html.haml
antw-kin-0.4.0 spec/fixture/app/views/nav_specs/generic_nav.html.haml
antw-kin-0.4.1 spec/fixture/app/views/nav_specs/generic_nav.html.haml