Sha256: f31ba797b07daaa2d980b03ce435c997cd916ad24dd7599b48eac9fc59f4aed4

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

<html>
	<head>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<title>Wizard of Awes Snippets</title>
		<%= csrf_meta_tag %>
		<%= stylesheet_link_tag 'wizard_of_awes/application' %>
		<%= javascript_include_tag 'wizard_of_awes/application' %>
	</head>
	<body id="woa-body">
		<div id="woa-container">
			<%= yield %>
		</div>
	</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wizard_of_awes-0.0.2 app/views/woa/layouts/wizard_of_awes.html.erb
wizard_of_awes-0.0.1 app/views/woa/layouts/wizard_of_awes.html.erb