Sha256: 01d6dae52c9193b69f6fcbdc034858d94405c874f2a2d582af5d7798a7912fc0
Contents?: true
Size: 402 Bytes
Versions: 25
Compression:
Stored size: 402 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> <%= yield %> <%= render file: "#{__dir__}/../../../../../lib/generators/bookends/install/templates/footer.html" %> </body> </html>
Version data entries
25 entries across 25 versions & 1 rubygems