Sha256: 1c68df6e9fbcc680f4db3f1ad0a7378a324a1611ba3a9b7650f7662c0b4a9425
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>GogEngine</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gog_engine-0.0.1pre | app/views/layouts/application.html.erb |