Sha256: a06500b27786a3cf6489db6992d20b7e96564322b005a1fd1d296e9356865663

Contents?: true

Size: 448 Bytes

Versions: 7

Compression:

Stored size: 448 Bytes

Contents

= navbar "Leather", root_path, container_mode: :with, class: "navbar-default" do
  = nav_list do
    = nav_item 'Home', root_path
    = nav_item 'UI Kit', page_path('ui_kit')
  = 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

.container
  %h1 Home

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
leather-0.2.22 templates/views/pages/home.html.haml
leather-0.2.21 templates/views/pages/home.html.haml
leather-0.2.20 templates/views/pages/home.html.haml
leather-0.2.19 templates/views/pages/home.html.haml
leather-0.2.18 templates/views/pages/home.html.haml
leather-0.2.17 templates/views/pages/home.html.haml
leather-0.2.16 templates/views/pages/home.html.haml