Sha256: 2f0a661493e8dd76e39f5295d6ec12994016b49da13702523febbccc53a54c50

Contents?: true

Size: 1.18 KB

Versions: 46

Compression:

Stored size: 1.18 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.article_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

46 entries across 46 versions & 1 rubygems

Version Path
phcpress-42.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-41.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-40.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-39.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-38.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-37.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-36.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-35.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-34.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-33.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-32.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-31.2.0 app/views/layouts/phcpress/application.html.erb
phcpress-31.1.0 app/views/layouts/phcpress/application.html.erb
phcpress-31.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-30.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-29.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-28.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-27.0.0 app/views/layouts/phcpress/application.html.erb
phcpress-26.0.1 app/views/layouts/phcpress/application.html.erb
phcpress-26.0.0 app/views/layouts/phcpress/application.html.erb