Sha256: bb85c505132cc74464d74d681d7681901ae7df20ff5cdf48500e7026986bf43a
Contents?: true
Size: 258 Bytes
Versions: 15
Compression:
Stored size: 258 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 %> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems