Sha256: 1edbe9b4855a37601b387e2c35dcb67a999cc0d2bf83f30fb324ca873e2e3e0d

Contents?: true

Size: 525 Bytes

Versions: 11

Compression:

Stored size: 525 Bytes

Contents

.nav-menu-header
  = link_to "Leather", main_app.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

11 entries across 11 versions & 2 rubygems

Version Path
leather2-3.5.3 app/views/leather/layouts/_links.html.haml
leather-3.5.2 app/views/leather/layouts/_links.html.haml
leather-3.5.1 app/views/leather/layouts/_links.html.haml
leather-3.5.0 app/views/leather/layouts/_links.html.haml
leather-3.3.5 app/views/leather/layouts/_links.html.haml
leather-3.3.4.1 app/views/leather/layouts/_links.html.haml
leather-3.3.4 app/views/leather/layouts/_links.html.haml
leather-3.3.3.4 app/views/leather/layouts/_links.html.haml
leather-3.3.3.3 app/views/leather/layouts/_links.html.haml
leather-3.3.3.2 app/views/leather/layouts/_links.html.haml
leather-3.3.3.1 app/views/leather/layouts/_links.html.haml