Sha256: 3dadeef523ecb4d259448d34238b617ba2bcd2506859ef794889e1b47d74623a
Contents?: true
Size: 339 Bytes
Versions: 83
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= yield(:title) %></title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <%= yield :extra_head %> </head> <body> <%= yield %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> </body> </html>
Version data entries
83 entries across 83 versions & 1 rubygems