Sha256: d586f1fe1889fea8e249b916cc0ec4ed5d24a2c610139d6c25e1bc79c9b51377
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Form creation</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "form_creation/application", media: "all" %> <%= javascript_include_tag "form_creation/application" %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
form_creation-0.0.3 | app/views/layouts/form_creation/application.html.erb |
form_creation-0.0.2 | app/views/layouts/form_creation/application.html.erb |