Sha256: 0d7e048670a341ad1fe69b859fb476e069991d38d77ad7719a01a2e983b60075
Contents?: true
Size: 341 Bytes
Versions: 12
Compression:
Stored size: 341 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> <%= render partial: 'flash_helper/flash' %> <%= yield %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems