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