Sha256: 413461fd1a44d934fc407d898355e28e3fb8461cd78fd0d9aacfcf1edab60b79
Contents?: true
Size: 480 Bytes
Versions: 11
Compression:
Stored size: 480 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application', defer: true %> </head> <body> <%= content_tag :p, notice, class: 'notice' if notice %> <%= content_tag :p, alert, class: 'alert' if alert %> <%= yield %> <p>If you can read this, you're looking at a host application layout.</p> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems