Sha256: d8fc95816ac507a3bf3d71500551eb3f56b3a7fa78e1ae7fb59dffa33f26acf9

Contents?: true

Size: 976 Bytes

Versions: 5

Compression:

Stored size: 976 Bytes

Contents

%html
  %head
    %title= yield(:title) + t(:app_name)
    %meta{"content" => "text/html;charset=UTF-8", "http-equiv" => "content-type"}
    %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0" }
    %link{:rel => "shortcut icon", :href => "/favicon.ico"}
    = stylesheet_link_tag 'screen.css', :media => 'screen, projection'
    = csrf_meta_tag
    = yield :head
  %body
    .navbar.navbar-fixed-top
      .fill.navbar-inner
        .container-fluid
          = link_to image_tag(@site_settings.site_logo.url), '/', :class => 'brand'

    .container-fluid
      = render "shared/flashes"
      .row-fluid
        - if (content_column_right = yield :content_column_right).empty?
          .span12= yield
        - else
          .span12= yield
          .span4= yield :content_column_right
    .clear
    %footer.footer
      .container-fluid
        %p
          ©
          = t(:company_name)
          2012
    = render "shared/javascripts"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/layouts/doorkeeper.html.haml
xrono-1.0.3 app/views/layouts/doorkeeper.html.haml
xrono-1.0.2 app/views/layouts/doorkeeper.html.haml
xrono-1.0.1 app/views/layouts/doorkeeper.html.haml
xrono-1.0.0 app/views/layouts/doorkeeper.html.haml