Sha256: b561bafd9451ce48214bdd3a81ceb99fa8d1808d77db984c03153355f83338ec

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 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
          \Powered by EMS #{Ems::VERSION}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ems-0.1.2 app/views/layouts/ems/application.html.haml