Sha256: f3cd745e356e92df582fe9cfd28716ae8850490986b503aaed7b7f97858f57a2
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PHCPress - News Post & Blogging System</title> <%= stylesheet_link_tag "phcpresspro/application", media: "all" %> <%= javascript_include_tag "phcpresspro/application" %> <%= csrf_meta_tags %> </head> <body> <div class="container"> <div class="row"> <%= yield %> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-1.6.1 | app/views/layouts/phcpresspro/application.html.erb |
phcpresspro-1.6.0 | app/views/layouts/phcpresspro/application.html.erb |