Sha256: 0f645dce50a6877b1c4f1ed398df901b9fe14d5317dfed1e30acf27acb40809d

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

!!!
%html
  %head
    %title Attached
    = stylesheet_link_tag    "application"
    = javascript_include_tag "application"
    = csrf_meta_tags
  %body
    .navbar.navbar-default{ :role => 'navigation' }
      .container
        = link_to 'Attached', root_path, :class => 'navbar-brand'
        %ul.nav.navbar-nav
          %li= link_to 'Audios', audios_path
          %li= link_to 'Images', images_path
    .container
      = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
attached-1.0.4 test/dummy/app/views/layouts/application.html.haml
attached-1.0.3 test/dummy/app/views/layouts/application.html.haml
attached-1.0.2 test/dummy/app/views/layouts/application.html.haml
attached-1.0.1 test/dummy/app/views/layouts/application.html.haml