Sha256: cd0b97356e7fe666697cae490cf5a18962db1284b69a4890fa2caca79a5bb2b3

Contents?: true

Size: 1.48 KB

Versions: 36

Compression:

Stored size: 1.48 KB

Contents

<!DOCTYPE html>
<html>
	<head>

		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title><%= content_for?(:title) ? yield(:title) : "PHCPress - Rails CMS Engine" %></title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
		<link rel="canonical" href="http://phcnetworks.net">

		<!-- Font -->
		<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>

		<!-- Requried Style Sheets -->
		<%= stylesheet_link_tag "phcpresspro/application", media: "all", 'data-turbolinks-track': 'reload' %>

		<!-- Security -->
		<%= csrf_meta_tags %>

	</head>
	<body>
		<div id="wrapper" class="<%= params[:controller] %>.<%= params[:action] %>">
			<nav class="navbar-default navbar-static-side" role="navigation">
				<%= render 'layouts/phcpresspro/components/backend/sidebars/left_sidebar' %>
			</nav>
			<div id="page-wrapper" class="gray-bg <%= @extra_class %>">
				<div class="row border-bottom">
					<%= render 'layouts/phcpresspro/components/backend/navigation/top_bar' %>
				</div>
				<%= yield %>
				<div class="footer">
					<%= render 'layouts/phcpresspro/components/backend/footer/footer' %>
				</div>
			</div>
			<%= render 'layouts/phcpresspro/components/backend/sidebars/right_sidebar' %>
		</div>

		<!-- Requried JavaScripts -->
		<%= javascript_include_tag "phcpresspro/application", 'data-turbolinks-track': 'reload' %>

	</body>
</html>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
phcpresspro-35.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-34.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-34.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-33.0.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-33.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-33.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-32.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-32.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-31.1.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-31.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-30.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-29.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-29.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-28.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-27.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-25.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-24.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-23.1.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-23.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-22.2.0 app/views/layouts/phcpresspro/application.html.erb