Sha256: 4d32dc5e563434ed8d486e6cecb4a3c457f1fd0ab756bb5b239043e5508f69a5

Contents?: true

Size: 767 Bytes

Versions: 12

Compression:

Stored size: 767 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
    %meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"}
    %title= content_for?(:title) ? yield(:title) : app_name_with_env
    = stylesheet_link_tag "application", :media => "all", "data-turbolinks-track" => false
    =# include_gon
    = javascript_include_tag "application"
    = csrf_meta_tags
    = yield(:head)
  %body{data: {controller: controller.controller_name, action: controller.action_name}}
    = render 'layouts/navigation'
    #main{:role => "main"}
      .container-fluid
        .content
          .row-fluid
            .span12
              = user_announcements
              = flash_messages
              = yield
    = render partial: 'layouts/footer'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ucb_rails-0.0.13 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.12 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.11 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.10 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.9 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.8 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.7 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.6 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.5 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.4 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.3 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml
ucb_rails-0.0.2 lib/generators/ucb_rails/templates/app/views/layouts/application.html.haml