Sha256: e9e5a640d8ecdf3bae5bf5c0ca3778b6ffb8461e2c51ab1b44f8a87132702009

Contents?: true

Size: 860 Bytes

Versions: 8

Compression:

Stored size: 860 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", skip_pipeline: true

  %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", Garage.configuration.docs.signout_path, method: Garage.configuration.docs.signout_request_method

    .main
      .container
        = yield

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
the_garage-2.8.2 app/views/layouts/garage/application.html.haml
the_garage-2.8.1 app/views/layouts/garage/application.html.haml
the_garage-2.8.0 app/views/layouts/garage/application.html.haml
the_garage-2.7.0 app/views/layouts/garage/application.html.haml
the_garage-2.6.1 app/views/layouts/garage/application.html.haml
the_garage-2.6.0 app/views/layouts/garage/application.html.haml
the_garage-2.5.0 app/views/layouts/garage/application.html.haml
the_garage-2.4.4 app/views/layouts/garage/application.html.haml