Sha256: bfe953dfa358a1a104c394220e4c093caea876624ee77fead0afb5d28f68a622

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

/ fisk
%nav.top-nav
  .container
    .nav-wrapper
      = link_to resources_url, id: "logo-container", class: "page-title right" do
        = content_for?(:title) ? yield(:title) : 'wheelstore.space'
    /
    / perhaps incorporate https://github.com/mblode/burger
    /
    %a.button-collapse.top-nav.full{ href:"#", :"data-activates"=>"nav-mobile"}
      %i.material-icons menu

  %ul#nav-mobile.side-nav.fixed{ style: "240px" }
    = render 'layouts/navigation_links'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
abstracted-0.3.1 app/views/layouts/_navigation.html.haml
abstracted-0.3.0 app/views/layouts/_navigation.html.haml
abstracted-0.2.9 app/views/layouts/_navigation.html.haml
abstracted-0.2.8 app/views/layouts/_navigation.html.haml
abstracted-0.2.7 app/views/layouts/_navigation.html.haml
abstracted-0.2.6 app/views/layouts/_navigation.html.haml
abstracted-0.2.5 app/views/layouts/_navigation.html.haml
abstracted-0.2.2 app/views/layouts/_navigation.html.haml