Sha256: b01bad415b1d9eee8026fe7bffa54f2572aa43e82ed0ff38c60fcb37b93dad30
Contents?: true
Size: 419 Bytes
Versions: 13
Compression:
Stored size: 419 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>PHCPress - News Post & Blogging System</title> <%= stylesheet_link_tag "phcpress/application", media: "all" %> <%= javascript_include_tag "phcpress/application" %> <%= csrf_meta_tags %> </head> <body> <%= render 'layouts/phcnotifi/components/notifications' %> <div class="container"> <div class="row"> <%= yield %> </div> </div> </body> </html>
Version data entries
13 entries across 5 versions & 1 rubygems