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