Sha256: 58b1e0b55ed80b9180448fd40981828ce62cbf21fb7c522d7e258f755a58307a
Contents?: true
Size: 839 Bytes
Versions: 1
Compression:
Stored size: 839 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", Garage.configuration.docs.signout_path, method: Garage.configuration.docs.signout_request_method .main .container = yield
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_garage-2.4.3 | app/views/layouts/garage/application.html.haml |