Sha256: a45e327ab31d46515b43190a03a8d1f02e3ea0fd95aed5ee56b40ff489fafc26
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Tramway page</title> <%= stylesheet_link_tag "tramway/page/application", media: "all" %> <%= javascript_include_tag "tramway/page/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-page-0.1.0 | app/views/layouts/tramway/page/application.html.erb |