Sha256: 34c345f4df92e8f41f633f390bf0d7313e6b9559e3fc6d3b2f82b35ec70b9ae7
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsPageComment</title> <%= stylesheet_link_tag "rails_page_comment/application", media: "all" %> <%= javascript_include_tag "rails_page_comment/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_page_comment-0.1.0 | app/views/layouts/rails_page_comment/application.html.erb |