Sha256: 6ce0bf5fb4f6acc1346887aebaafd68b3712b0b21a3a7c89085aff164f95a088

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 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">
				<%= render 'phcnotifi/notifications' %>
				<%= yield %>
			</div> 
		</div>
	</body>

</html>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
phcpresspro-1.6.1 app/views/layouts/phcpresspro/blogpost/blog_layout.html.erb
phcpresspro-1.6.1 app/views/layouts/phcpresspro/newspost/news_layout.html.erb
phcpresspro-1.6.0 app/views/layouts/phcpresspro/blogpost/blog_layout.html.erb
phcpresspro-1.6.0 app/views/layouts/phcpresspro/newspost/news_layout.html.erb