Sha256: fce2f73535c81f1dc9dfb06811c8e08cfada8b397732fbb13a58a6ba44cadd1b
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PHCPressPro - 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"> <%= render 'phcnotifi/notifications' %> <%= yield %> </div> </div> </body> </html>
Version data entries
12 entries across 6 versions & 1 rubygems