Sha256: 7c24964e8a05e01627c9cf1f1563d01bc56f782e7c9e2a42af63ffffdd9a7089

Contents?: true

Size: 1.35 KB

Versions: 4

Compression:

Stored size: 1.35 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type" />
<meta name="description" content="description" />
<meta name="keywords" content="keywords" /> 
<meta name="author" content="author" /> 
<link href="/stylesheets/default.css" rel="stylesheet" type="text/css" />
<title>The Hobbit</title>
  <%= yield(:head) %>
</head>

<body>

<div class="container">

	<div class="gfx"><span></span></div>

	<div class="top">

		<div class="navigation"><%= yield(:menu) || render_or_default('menu') %></div>

		<div class="pattern"><span></span></div>

		<div class="header">
			<h1>The Hobbit</h1>
			<p><%= yield(:subtitle) || render_or_default('subtitle') %></p>
		</div>

		<div class="pattern"><span></span></div>

	</div>

	<div class="content"><%= yield %></div>
		
	<div class="footer">

		<div class="left">
			&copy; 2008 <a href="index.html">Website.com</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
		</div>
		
		<div class="right"><a href="http://templates.arcsin.se/">Website template</a> by <a href="http://arcsin.se/">Arcsin</a></div>
		
		<div class="clearer">&nbsp;</div>

	</div>

</div>

</body>

</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
install_theme-0.7.0 spec/expected/rails/the-hobbit-website-template/app/views/layouts/application.html.erb
install_theme-0.6.2 spec/expected/rails/the-hobbit-website-template/app/views/layouts/application.html.erb
install_theme-0.6.1 spec/expected/rails/the-hobbit-website-template/app/views/layouts/application.html.erb
install_theme-0.6.0 spec/expected/rails/the-hobbit-website-template/app/views/layouts/application.html.erb