Sha256: 00b989912fbef20a9786cd7e88cd024f081c37dec61ce0fdc8176a35df5d36cb

Contents?: true

Size: 751 Bytes

Versions: 6

Compression:

Stored size: 751 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"
          = 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

6 entries across 6 versions & 1 rubygems

Version Path
ems-0.1.12 app/views/layouts/ems/application.html.haml
ems-0.1.11 app/views/layouts/ems/application.html.haml
ems-0.1.10 app/views/layouts/ems/application.html.haml
ems-0.1.9 app/views/layouts/ems/application.html.haml
ems-0.1.8 app/views/layouts/ems/application.html.haml
ems-0.1.7 app/views/layouts/ems/application.html.haml