Sha256: dd2c402979f9e7fa6efb7e25c4f80f69038fc9e28bfef36a35e80c50b1379d49
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>JqueryRails</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
remotipart-1.4.4 | spec/dummy_app/app/views/layouts/application.html.erb |
remotipart-1.4.3 | spec/dummy_app/app/views/layouts/application.html.erb |