Sha256: 013dfb5dd63118c99f21f4f3b2ffc25273c3711c65b911a870698b8b1ff8ba1c

Contents?: true

Size: 367 Bytes

Versions: 6

Compression:

Stored size: 367 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">
				<%= yield %>
			</div> 
		</div>
	</body>

</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phcpresspro-2.1.3 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-2.1.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-2.1.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-2.1.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-2.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-2.0.0 app/views/layouts/phcpresspro/application.html.erb