Sha256: 343b7c99c3194d4bd6d95db3ef68ded69db06e64529c83db159efd648ed2f5dd
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PHCPress - Rails CMS Engine</title> <%= stylesheet_link_tag "phcpress/application", media: "all" %> <%= javascript_include_tag "phcpress/application" %> <%= csrf_meta_tags %> </head> <body class="hold-transition skin-blue sidebar-mini"> <!-- Page Content --> <div class="content-wrapper"> <%= yield %> </div> <!-- Page Content --> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpress-9.0.1 | app/views/layouts/phcpress/frontend.html.erb |