Sha256: 7adc7dcaf8ea39d78a5ce9b5b2a75ac2e2d265c2152b8af37d1fb8b64b46fd42

Contents?: true

Size: 437 Bytes

Versions: 102

Compression:

Stored size: 437 Bytes

Contents

<html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<title>MyCook&trade; beta</title>
	<style type="text/css">
	body {
		background: url('<%= image_path('cookbook.gif') %>');
	}
	
	#content {
		margin-top: 2em;
		margin-left: 20%;
		margin-right: 20%;
		padding: 1em;
		border: solid 5px orange;
		background: white;
	}
	</style>
</head>

<body>
	<div id="content">
		<%= yield %>
	</div>
</body>
</html>

Version data entries

102 entries across 102 versions & 8 rubygems

Version Path
passenger-2.1.3 test/stub/rails_apps/mycook/app/views/layouts/default.rhtml
passenger-2.2.2 test/stub/rails_apps/mycook/app/views/layouts/default.rhtml