Sha256: 02ef6082861cfc2f7666f3a1fb7c975f6c1365acdf4bd4e05ec4909700d4062b

Contents?: true

Size: 717 Bytes

Versions: 22

Compression:

Stored size: 717 Bytes

Contents

!!! 1.1

%html{html_attrs(I18n.locale)}
  %head
    %title= "#{controller.controller_name.humanize}: #{controller.action_name}"
    
    = stylesheet_link_tag 'screen', :media => 'screen, projection'
    = stylesheet_link_tag 'print', :media => 'print'
    /[if IE]
      = stylesheet_link_tag 'ie', :media => 'screen, projection'
    = stylesheet_link_tag 'scaffold' if File.exist?(stylesheet_path('scaffold').gsub(/\?.+/, ''))
    
    = javascript_include_tag :defaults
    
  %body{:id => "#{controller.controller_name}_#{controller.action_name}", :class => "#{controller.controller_name}_controller #{controller.action_name}_action"}
    
    %p.flash{:style => 'color: green'}= flash[:notice]
      
    = yield

Version data entries

22 entries across 22 versions & 6 rubygems

Version Path
blakechambers-dry_scaffold-0.3.6 generators/dry_scaffold/templates/views/haml/layout.html.haml
michel-dry_scaffold-0.3.5 generators/dry_scaffold/templates/views/haml/layout.html.haml