Sha256: 944d2e23322066923bb8596e6b5547d4c26eaf22a679c6eb51c8a9f427b81994
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ForestRails</title> <%= stylesheet_link_tag "forest_rails/application", media: "all" %> <%= javascript_include_tag "forest_rails/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_rails-0.0.4 | app/views/layouts/forest_rails/application.html.erb |