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

Version Path
phcpress-2.6.0 app/views/layouts/phcpress/application.html.erb
phcpress-2.6.0 app/views/layouts/phcpress/newspost/news_layout.html.erb
phcpress-2.6.0 app/views/layouts/phcpress/blogpost/blog_layout.html.erb
phcpress-2.5.2 app/views/layouts/phcpress/newspost/news_layout.html.erb
phcpress-2.5.2 app/views/layouts/phcpress/application.html.erb
phcpress-2.5.2 app/views/layouts/phcpress/blogpost/blog_layout.html.erb
phcpress-2.5.0 app/views/layouts/phcpress/newspost/news_layout.html.erb
phcpress-2.5.0 app/views/layouts/phcpress/application.html.erb
phcpress-2.5.0 app/views/layouts/phcpress/blogpost/blog_layout.html.erb
phcpress-2.0.2 app/views/layouts/phcpress/newspost/news_layout.html.erb
phcpress-2.0.2 app/views/layouts/phcpress/blogpost/blog_layout.html.erb
phcpress-2.0.2 app/views/layouts/phcpress/application.html.erb
phcpress-2.0.0 app/views/layouts/phcpress/application.html.erb