Sha256: 52f5a6dca46cd62ec5d1900092b3ce24a72f1265083453411cdc44c7f7be3c64

Contents?: true

Size: 605 Bytes

Versions: 13

Compression:

Stored size: 605 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">
  <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

13 entries across 13 versions & 2 rubygems

Version Path
flockonus-nifty-generators-0.0.12 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.6 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.11 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.10 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.9 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.5 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.8 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.7 rails_generators/nifty_layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.6 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.4 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.3 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.2 rails_generators/nifty_layout/templates/layout.html.erb
nifty-generators-0.4.1 rails_generators/nifty_layout/templates/layout.html.erb