Sha256: c13d880800204499a6a392e7d6577acef37bf3cd65f29dfc42213801ba0b12c2
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Source</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_app_as_gem-0.01 | app/views/layouts/application.html.erb |