Sha256: 49e788f4c11a9c6075bed75291afcec256e0645960dbad9b35ff0c96a7cce336

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<title>PHCNetworks - Online Applications &amp; Digital Services</title>
		<%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %>
		<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
		<%= csrf_meta_tags %>
	</head>
	<body class="backend">
		<div class="wrapper wrapper-content">
			<%= yield %>
		</div>
		<div class="footer">
			<%= render 'layouts/template-backend/footer' %>
		</div>
	</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcscriptcdn-0.2.5 app/views/layouts/phcscriptcdn/application.html.erb
phcscriptcdn-0.1.5 app/views/layouts/phcscriptcdn/application.html.erb
phcscriptcdn-0.0.2 app/views/layouts/phcscriptcdn/application.html.erb