Sha256: 734400106ed0aab5955ad14dae81d2390a4cda79f8f999c291f6909cbcd78fc9
Contents?: true
Size: 285 Bytes
Versions: 61
Compression:
Stored size: 285 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= @window_title || 'Default window title' %></title> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application' %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
61 entries across 61 versions & 2 rubygems
Version | Path |
---|---|
upjs-rails-0.1.0 | spec_app/app/views/layouts/application.html.erb |