Sha256: 239a3b0cf4a40cd591304037f91de91eba3979cf9b8fbd42c16ee0b11b44559f

Contents?: true

Size: 768 Bytes

Versions: 13

Compression:

Stored size: 768 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "utf-8" }
    %title= @title ? "#{@title} - Garage" : "Garage"
    = csrf_meta_tags
    = stylesheet_link_tag "garage/application", :media => "all"
    = javascript_include_tag "garage/application"
    = favicon_link_tag "favicon.ico"

  %body{ class: action_classes }
    .navbar.navbar-default.navbar-static-top
      .container
        .navbar-header
          .navbar-brand
            = link_to "Garage", resources_path
        .navbar-collapse.collapse
          %ul.nav.navbar-nav
            %li= link_to "Console", console_resources_path
          %ul.nav.navbar-nav.navbar-right
            - if _current_user
              %li= link_to "Signout", "/signout", method: :post

    .main
      .container
        = yield

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
the_garage-2.4.2 app/views/layouts/garage/application.html.haml
the_garage-2.4.1 app/views/layouts/garage/application.html.haml
the_garage-2.4.0 app/views/layouts/garage/application.html.haml
the_garage-2.3.3 app/views/layouts/garage/application.html.haml
the_garage-2.3.2 app/views/layouts/garage/application.html.haml
the_garage-2.3.1 app/views/layouts/garage/application.html.haml
the_garage-2.3.0 app/views/layouts/garage/application.html.haml
the_garage-2.2.0 app/views/layouts/garage/application.html.haml
the_garage-2.1.0 app/views/layouts/garage/application.html.haml
the_garage-2.0.3 app/views/layouts/garage/application.html.haml
the_garage-2.0.2 app/views/layouts/garage/application.html.haml
the_garage-2.0.1 app/views/layouts/garage/application.html.haml
the_garage-2.0.0 app/views/layouts/garage/application.html.haml