Sha256: 7312b78f17a04faaac50fcd8f1d6888b714154a3ba2e77cc6833c0b7caffeb22
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= camelized %></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 %> </body> </html>
Version data entries
5 entries across 5 versions & 2 rubygems