Sha256: 670e1d5c7216702beafa5a19901e61108e8cf04a0a77e7731a0a868e0150b72d

Contents?: true

Size: 815 Bytes

Versions: 10

Compression:

Stored size: 815 Bytes

Contents

!!!
%html
  %head
    %meta{:charset => "utf-8"}
      %title EMS
      %meta{:content => "EMS", :name => "description"}
        %meta{:content => "Vincent Siebert", :name => "author"}
          = stylesheet_link_tag "ems/application", :media => "all"
          = stylesheet_link_tag params[:controller]
          = javascript_include_tag "ems/application"
          = csrf_meta_tags
  %body
    #wrapper
      #header
        #test= Rails.application.config.assets.all
        = render_navigation :context => :ems, :level => 1..2, :expand_all => true

      #content_wrapper
        - if flash.keys.any?
          - flash.each do |type, message|
            = content_tag :div, message, :class => "flash flash_#{type}"

        =yield

      %footer#footer
        %p
          \© The Beans Group #{Time.now.year}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ems-0.1.1 app/views/layouts/ems/application.html.haml
ems-0.1.0 app/views/layouts/ems/application.html.haml
ems-0.0.9 app/views/layouts/ems/application.html.haml
ems-0.0.8 app/views/layouts/ems/application.html.haml
ems-0.0.7 app/views/layouts/ems/application.html.haml
ems-0.0.6 app/views/layouts/ems/application.html.haml
ems-0.0.5 app/views/layouts/ems/application.html.haml
ems-0.0.4 app/views/layouts/ems/application.html.haml
ems-0.0.3 app/views/layouts/ems/application.html.haml
ems-0.0.2 app/views/layouts/ems/application.html.haml