Sha256: d35a551810965ede1361dff74d3ee16e67b0ff37ccc4b0cc9caac4e519653b8a

Contents?: true

Size: 1.72 KB

Versions: 65

Compression:

Stored size: 1.72 KB

Contents

<!DOCTYPE html>
<html>
    <head>

		<% phc_seo_title "PHCMEMBERS(PRO) 2017" %>
		<% phc_seo_description "Membership software to manage your membership information, listings, and online member's directory for your organizations website." %>

		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title><%= yield(:phc_seo_title) %></title>
		<meta name="description" content="<%= yield(:phc_seo_description) %>">


		<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' %>

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

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

	</body>
</html>

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
phcmemberspro-55.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-54.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-53.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-52.1.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-52.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-51.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-50.2.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-50.1.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-50.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-49.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-48.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-47.1.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-46.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-45.0.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-45.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-44.1.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-44.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-43.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-42.1.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-42.0.0 app/views/layouts/phcmemberspro/application.html.erb