Sha256: 413002738495272b065ab0d90586624f2679e09a9c4efff0cb4c223a6c9f00df

Contents?: true

Size: 1.19 KB

Versions: 38

Compression:

Stored size: 1.19 KB

Contents

<!DOCTYPE html>
<html>

	<head>

		<title>PHCPress - Rails CMS Engine</title>

		<%= stylesheet_link_tag    "phcpress/application", media: "all" %>
		<%= javascript_include_tag "phcpress/application" %>
		<%= csrf_meta_tags %>

	</head>

	<body class="hold-transition skin-blue sidebar-mini">

		<div class="wrapper">
			<div class="main_container">

				<header class="main-header">

					<!-- Logo with Link -->
					<%= link_to phcpress.articles_posts_path, class: "logo" do %>
						<span class="logo-mini">PHC</span>
						<span class="logo-lg"><b>PHC</b>Press</span>
					<% end %>
					<!-- Logo with Link -->

					<!-- Top Navbar -->
					<nav class="navbar navbar-static-top">
						<%= render 'layouts/components/backend/topbar/topbar' %>
					</nav>
					<!-- Top Navbar -->

				</header>

				<aside class="main-sidebar">
					<%= render 'layouts/components/backend/navigation/navigation' %>
				</aside>

				<!-- Page Content -->
				<div class="content-wrapper">
					<%= yield %>
				</div>
				<!-- Page Content -->

			</div>
		</div>

		<!-- Footer -->
		<footer class="main-footer">
			<%= render 'layouts/components/backend/footer/footer' %>
		</footer>
		<!-- Footer -->

	</body>

</html>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcpress-6.6.0 app/views/layouts/phcpress/application.html.erb
phcpress-6.5.1 app/views/layouts/phcpress/application.html.erb
phcpress-6.5.0 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.5 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.4 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.3 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.2 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.1 app/views/layouts/phcpress/application.html.erb
phcpress-6.4.0 app/views/layouts/phcpress/application.html.erb
phcpress-6.3.0 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.8 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.7 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.6 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.5 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.4 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.3 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.2 app/views/layouts/phcpress/application.html.erb
phcpress-6.2.1 app/views/layouts/phcpress/application.html.erb