Sha256: 2b9c8cd2e3d4bd350bb7ec25075dfb6e44d5b2e8837b96861fff3904ac26db29

Contents?: true

Size: 991 Bytes

Versions: 10

Compression:

Stored size: 991 Bytes

Contents

!!!
= ie_html :class => 'no-js', :lang => :en do
  %head
    %meta{:charset => "utf-8"}
    %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
    = csrf_meta_tag
    %title= page_title "Default title"
    %meta{:content => yield(:description), :name => "description"}
    %meta{:content => yield(:author), :name => "author"}
    %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
    %link{:href => "/favicon.ico", :rel => "shortcut icon"}
    = stylesheet_link_tag "application"
    = javascript_include_tag "application"
  %body{:id => page_id}
    = flash_messages
    #main-wrapper
      %header
        %h1= link_to_unless_current 'Welcome aboard!', root_path
      #body
        %section#content
          = yield
        %aside
          = content_for?(:sidebar) ? yield(:sidebar) : render("shared/sidebar")
    %footer
      %p
        This application was generated with #{link_to 'Playmo', 'http://github.com/tanraya/playmo'} gem

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
playmo-0.1.2 lib/generators/rails/templates/layout.html.haml
playmo-0.1.1 lib/generators/rails/templates/layout.html.haml
playmo-0.1.0 lib/generators/rails/templates/layout.html.haml
playmo-0.0.18 lib/generators/rails/templates/layout.html.haml
playmo-0.0.17 lib/generators/rails/templates/layout.html.haml
playmo-0.0.14 lib/generators/rails/templates/layout.html.haml
playmo-0.0.13 lib/generators/rails/templates/layout.html.haml
playmo-0.0.12 lib/generators/rails/templates/layout.html.haml
playmo-0.0.11 lib/generators/rails/templates/layout.html.haml
playmo-0.0.10 lib/generators/rails/templates/layout.html.haml