Sha256: 0e786c848be51b50492b56bb55593c35ead7df683d9a269ea438d2fc46fba9c7
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> .field { padding-bottom: 20px; } </style> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n_form_helper-0.0.2 | test/dummy/app/views/layouts/application.html.erb |
i18n_form_helper-0.0.1 | test/dummy/app/views/layouts/application.html.erb |