Sha256: 8091b8c4005c1c2e6705830d912fb01273ec0840d658a711d7fa7f9ebe9dfa40

Contents?: true

Size: 516 Bytes

Versions: 4

Compression:

Stored size: 516 Bytes

Contents

.nav-menu-header
  = link_to "Leather", root_url, class: "nav-menu-brand"
%ul.nav.nav-menu-nav
  %li= link_to "UI Kit", ui_kit_url
  %li= link_to "Components", components_url
  %li{class: ("active" if current_page?(admin_layout_url))}= link_to "Admin Layout", admin_layout_url
  %li{class: ("active" if current_page?(two_column_layout_url))}= link_to "Two Column Layout", two_column_layout_url
  %li{class: ("active" if current_page?(three_column_layout_url))}= link_to "Three Column Layout", three_column_layout_url

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
leather-3.3.2 app/views/leather/layouts/_links.html.haml
leather-3.3.1 app/views/leather/layouts/_links.html.haml
leather-3.3.0 app/views/leather/layouts/_links.html.haml
leather-3.2.0 app/views/leather/layouts/_links.html.haml