Sha256: 445da329ad1450d153d09371d15010e574d8fd4b4013804a92efd925b91e5a33

Contents?: true

Size: 1.77 KB

Versions: 52

Compression:

Stored size: 1.77 KB

Contents

<!DOCTYPE html>
<html>
	<head>

		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Dashboard" %></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 "phcmemberspro/application", media: "all", 'data-turbolinks-track': 'reload' %>

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

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

	</head>
	<body class="page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid">
		<!-- START TOP BAR HEADER -->
		<div class="page-header navbar navbar-fixed-top">
			<%= render 'layouts/components/backend/header/header' %>
		</div>
		<!-- END TOP BAR HEADER -->
		<!-- START CLEARFIX -->
		<div class="clearfix">
		</div>
		<!-- END CLEARFIX -->
		<!-- START MAIN CONTAINER -->
		<div class="page-container">
			<!-- START SIDEBAR NAVIGATION -->
			<div class="page-sidebar-wrapper">
				<%= render 'layouts/components/backend/navigation/side_menu' %>
			</div>
			<!-- END SIDEBAR NAVIGATION -->
			<!-- START MAIN CONTENT -->
			<div class="page-content-wrapper">
				<div class="page-content">
					<%= yield %>
				</div>
				
			</div>
			<!-- END MAIN CONTENT -->
		</div>
		<!-- END MAIN CONTAINER -->
		<!-- START FOOTER -->
		<div class="page-footer">
			<%= render 'layouts/components/backend/footer/footer' %>
		</div>
		<!-- END FOOTER -->
	</body>
</html>

Version data entries

52 entries across 50 versions & 2 rubygems

Version Path
phcpresspro-4.4.5 app/views/layouts/phcpresspro/backend/articles_layout.html.erb
phcpresspro-4.4.5 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-4.4.1 app/views/layouts/phcpresspro/application.html.erb
phcpresspro-4.4.1 app/views/layouts/phcpresspro/backend/articles_layout.html.erb
phcmemberspro-9.5.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.5.2 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.5.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.5.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.0.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.0.2 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.0.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-9.0.0 app/views/layouts/phcmemberspro/application.html.erb