Sha256: 771680f495442eeddba7138ad3d75d8d33f35b2faaff01e92ee367715b461c83

Contents?: true

Size: 703 Bytes

Versions: 24

Compression:

Stored size: 703 Bytes

Contents

= navbar "Leather", page_path("home"), container_mode: :with, class: "navbar-default navbar-static-top no-margin" do
  = nav_list do
    = nav_item 'UI Kit', leather.ui_kit_path
    = nav_item 'Components', leather.components_path
    = dropdown_nav_item 'Layouts', '#' do
      = nav_item 'Admin', leather.admin_layout_path
      = nav_item 'Two Column', leather.two_column_layout_path
      = nav_item 'Three Column', leather.three_column_layout_path
  = nav_list class: 'navbar-right' do
    - if user_signed_in?
      = nav_item 'Sign Out', destroy_user_session_path, method: :delete
    - else
      = nav_item 'Sign In', new_user_session_path
      = nav_item 'Sign Up', new_user_registration_path

Version data entries

24 entries across 15 versions & 2 rubygems

Version Path
leather2-3.5.3 test/dummy/app/views/application/_navigation.html.haml
leather2-3.5.3 templates/_navigation.html.haml
leather-3.5.2 test/dummy/app/views/application/_navigation.html.haml
leather-3.5.2 templates/_navigation.html.haml
leather-3.5.1 templates/_navigation.html.haml
leather-3.5.1 test/dummy/app/views/application/_navigation.html.haml
leather-3.5.0 test/dummy/app/views/application/_navigation.html.haml
leather-3.5.0 templates/_navigation.html.haml
leather-3.3.5 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.5 templates/_navigation.html.haml
leather-3.3.4.1 templates/_navigation.html.haml
leather-3.3.4.1 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.4 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.4 templates/_navigation.html.haml
leather-3.3.3.4 templates/_navigation.html.haml
leather-3.3.3.4 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.3.3 templates/_navigation.html.haml
leather-3.3.3.3 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.3.2 test/dummy/app/views/application/_navigation.html.haml
leather-3.3.3.1 test/dummy/app/views/application/_navigation.html.haml