Sha256: 2b6219f0be502b2b9e49f8a0ddeeafe6ece5cb150ab549cb07d72bfd66598d4a

Contents?: true

Size: 573 Bytes

Versions: 2

Compression:

Stored size: 573 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
<head>
<title>fores33r</title>
<%= stylesheet_link_tag 'core' %>
</head>
<body>

<div id="header">
<h1>fores33r</h1>
</div>

<div id="left_pane">
<p><%= link_to 'Buckets', :controller => 'browser', :action => 'index' %></p>
</div>
 
<div id="main_pane">

<% if not flash.empty? -%>
<p id="flash"><%= flash[:notice] %></p>
<% end -%>

<%= @content_for_layout %>
</div>
 
 </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
s33r-0.4 examples/fores33r/app/views/layouts/application.rhtml
s33r-0.4.1 examples/fores33r/app/views/layouts/application.rhtml