Sha256: 8932fdc7113ab7617657fe11faa463df917c8fbc82c53ab74b0d6bfeae38e10d
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= javascript_include_tag 'http://code.jquery.com/jquery-latest.min.js' %> <%= javascript_include_tag :attachments %> <%= stylesheet_link_tag :attachments %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_attachments-0.1.1 | test/app/views/layouts/application.html.erb |