Sha256: 1403cff7a6c8376ef61c37922aa244025c02dea557fef81d8d216a1d8d9addee
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>WorkflowKit</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%= yield( :head ) %> </head> <body> <div id="container"> <% flash.each do |name, msg| %> <%= content_tag :div, msg, :id => "flash_#{name}" %> <% end %> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workflow_kit-0.0.2.alpha | test/dummy/app/views/layouts/application.html.erb |
workflow_kit-0.0.1.apha | test/dummy/app/views/layouts/application.html.erb |