Sha256: 71d1b38b53b2e8e00f6569378e20f084efe39e6c25c1309da4212a6287f332f7

Contents?: true

Size: 407 Bytes

Versions: 17

Compression:

Stored size: 407 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/phcpress/notifications' %>
		<div class="container">
			<div class="row">
				<%= yield %>
			</div> 
		</div>
	</body>

</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phcpress-1.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-0.11.1 app/views/layouts/phcpress/application.html.erb
phcpress-0.11.0 app/views/layouts/phcpress/application.html.erb
phcpress-0.10.8 app/views/layouts/phcpress/application.html.erb
phcpress-0.9.7 app/views/layouts/phcpress/application.html.erb
phcpress-0.9.6 app/views/layouts/phcpress/application.html.erb
phcpress-0.7.11 app/views/layouts/phcpress/application.html.erb
phcpress-0.7.9 app/views/layouts/phcpress/application.html.erb
phcpress-0.6.0 app/views/layouts/phcpress/application.html.erb
phcpress-0.5.9b app/views/layouts/phcpress/application.html.erb
phcpress-0.4.9b app/views/layouts/phcpress/application.html.erb
phcpress-0.4.5b app/views/layouts/phcpress/application.html.erb
phcpress-0.4.1b app/views/layouts/phcpress/application.html.erb
phcpress-0.3.1b app/views/layouts/phcpress/application.html.erb
phcpress-0.2.1b app/views/layouts/phcpress/application.html.erb
phcpress-0.1.9b app/views/layouts/phcpress/application.html.erb
phcpress-0.1.5b app/views/layouts/phcpress/application.html.erb