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