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