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