Sha256: 136d6f6131a988705c7807c9dc2201d8b25ca6383d32bc82e2b7953774d23cbf
Contents?: true
Size: 372 Bytes
Versions: 21
Compression:
Stored size: 372 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> <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> <%= yield %> </body> </html>
Version data entries
21 entries across 21 versions & 2 rubygems