Sha256: 4388d3ae43aa889bda9183138f82de264a34e57379e0d5cace89a27ef74037fe

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

<!DOCTYPE html>
<html>

	<head>

		<title>PHCPress - Rails CMS Engine</title>

		<%= stylesheet_link_tag    "phcpress/application", media: "all" %>
		<%= javascript_include_tag "phcpress/application" %>
		<%= csrf_meta_tags %>

	</head>

	<body class="hold-transition skin-blue sidebar-mini">

		<!-- Page Content -->
		<div class="content-wrapper">
			<%= yield %>
		</div>
		<!-- Page Content -->

	</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpress-6.2.0 app/views/layouts/phcpress/frontend.html.erb