Sha256: aea3dacbe5b7dc0601c6dde3bf3114e1dd226df773e27013b5ec4d50aa83f5b9

Contents?: true

Size: 1.5 KB

Versions: 23

Compression:

Stored size: 1.5 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' %>

		<!-- 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

23 entries across 23 versions & 1 rubygems

Version Path
phcmemberspro-14.7.7 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.5 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.4 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.2 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.7.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.6.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.6.2 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.6.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.6.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.5.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.0.3 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.0.2 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.0.1 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-14.0.0 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-13.6.6 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-13.6.5 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-13.6.4 app/views/layouts/phcmemberspro/application.html.erb
phcmemberspro-13.6.3 app/views/layouts/phcmemberspro/application.html.erb