Sha256: 33eadce0c3f12083a509a557be1c21f77e49f5e04169a2b8f0fa9402c50f2660

Contents?: true

Size: 1.43 KB

Versions: 75

Compression:

Stored size: 1.43 KB

Contents

<!DOCTYPE html>
<html>
    <head>

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

		<!-- 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/components/backend/sidebars/left_sidebar' %>
			</nav>
			<div id="page-wrapper" class="gray-bg <%= @extra_class %>">
				<div class="row border-bottom">
					<%= render 'layouts/components/backend/navigation/top_bar' %>
				</div>
				<%= yield %>
				<div class="footer">
					<%= render 'layouts/components/backend/footer/footer' %>
				</div>
			</div>
			<%= render 'layouts/components/backend/sidebars/right_sidebar' %>
		</div>

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

	</body>
</html>

Version data entries

75 entries across 59 versions & 1 rubygems

Version Path
phcpresspro-6.4.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.4.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.4.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.3.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.3.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.3.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.2.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.1.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.1.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.0.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.0.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-6.0.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.11.3 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.11.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.11.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.11.0 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.10.3 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.10.2 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.10.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-5.10.0 app/views/layouts/phcpresspro/application.html.erb