Sha256: 059b2059af7694e845b094a50d297fa27bd8ae303c0770e4258e8e4ec74aa55a

Contents?: true

Size: 580 Bytes

Versions: 49

Compression:

Stored size: 580 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title><%%= h(yield(:title) || "Untitled") %></title>
    <%%= stylesheet_link_tag '<%= file_name %>' %>
    <%%= yield(:head) %>
  </head>
  <body>
    <div id="container">
      <%%- flash.each do |name, msg| -%>
        <%%= content_tag :div, msg, :id => "flash_#{name}" %>
      <%%- end -%>
      
      <%%- if show_title? -%>
        <h1><%%=h yield(:title) %></h1>
      <%%- end -%>
      
      <%%= yield %>
    </div>
  </body>
</html>

Version data entries

49 entries across 49 versions & 14 rubygems

Version Path
iain-pizza-generators-0.1.1 rails_generators/pizza_layout/templates/layout.html.erb
iain-pizza-generators-0.1.2 rails_generators/pizza_layout/templates/layout.html.erb
iain-pizza-generators-0.1.3 rails_generators/pizza_layout/templates/layout.html.erb
iain-pizza-generators-0.1.4 rails_generators/pizza_layout/templates/layout.html.erb
intinno-nifty-generators-0.2.5 rails_generators/nifty_layout/templates/layout.html.erb
polly-nifty-generators-0.2.3 rails_generators/nifty_layout/templates/layout.html.erb
rubycs-nifty-generators-compass-0.0.1 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.0 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.1 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.3 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.4 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.5 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.6 rails_generators/nifty_layout/templates/layout.html.erb
ryanb-nifty-generators-0.1.7 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.2.5 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.2.6 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.2.7 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.2.8 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.2.9 rails_generators/nifty_layout/templates/layout.html.erb
twilson63-nifty-generators-0.3.0 rails_generators/nifty_layout/templates/layout.html.erb