Sha256: f10f223ac2e7142df8585f9a93b5fd288e361d43e7c67efb9c68a00512d6db93
Contents?: true
Size: 639 Bytes
Versions: 9
Compression:
Stored size: 639 Bytes
Contents
!!! 1.1 %html{html_attrs(I18n.locale)} %head %title= "#{controller_class_name}: #{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' = javascript_link_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
9 entries across 9 versions & 1 rubygems