Sha256: 4c6715981df03b1e66f0d77d638b84b1f8a40b59e8d157d08d5f5580a834b9bd
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PgqWeb</title> <%= stylesheet_link_tag "pgq_web/application", :media => "all" %> <%= javascript_include_tag "pgq_web/application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pgq_web-0.0.2 | app/views/layouts/pgq_web/application.html.erb |
pgq_web-0.0.1 | app/views/layouts/pgq_web/application.html.erb |