Sha256: af4bc58408029ed56c4eb1fa7f264316fd976d265ad850852407734e98584df4
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>CacheableFlash</title> <%= stylesheet_link_tag "cacheable_flash/application", :media => "all" %> <%= javascript_include_tag "cacheable_flash/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cacheable_flash-0.2.5 | app/views/layouts/cacheable-flash/application.html.erb |
cacheable_flash-0.2.4 | app/views/layouts/cacheable-flash/application.html.erb |