Sha256: 663be1fc6493c2d440dc109f255508e3e72ce375646acc3f30ae3cf5b9347a6f
Contents?: true
Size: 339 Bytes
Versions: 5
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= flash[:alert] %> <%= flash[:notice] %> <%= yield %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems