Sha256: 4c58bad7d4b1207d60baf6568e347c80c8b0db8969253e90dd4cf9ba17f501fe

Contents?: true

Size: 1 KB

Versions: 11

Compression:

Stored size: 1 KB

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Directory & Members Manager" %></title>
		<meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Phcmemberscom" %>">
		
		<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />

		<%= stylesheet_link_tag "backend", media: "all" %>
		<%= javascript_include_tag "backend" %>
		<%= csrf_meta_tags %>

	</head>
	<body>
		<div id="wrapper" class="clearfix">
			<aside id="aside">
				<%= render 'layouts/components/backend/navigation/side_menu' %>
			</aside>
			<header id="header">
				<%= render 'layouts/components/backend/header/header_system' %>
			</header>
			<section id="middle">
				<%= render 'layouts/phcnotifi/components/notifications' %>
				<%= yield %>
			</section>
		</div>
	</body>

</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phcmemberspro-3.0.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-3.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.8 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.7 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.6 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.5 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.4 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.2.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-2.1.9 app/views/layouts/phcmemberspro/application.html.erb