Sha256: 257744a8de54c81ba6736f72d8621cff5e71c3fca46dc7f0432293d792d4a70a
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application", :stackable_flash %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stackable_flash-0.1.1 | spec/dummy/app/views/layouts/application.html.erb |