Sha256: 428ab48f052d371c5dda1e5515916d03bbe9ba9fccf8b7003064caabefaf4a47

Contents?: true

Size: 527 Bytes

Versions: 20

Compression:

Stored size: 527 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
    <%%= stylesheet_link_tag "<%= file_name %>" %>
    <%%= javascript_include_tag :defaults %>
    <%%= csrf_meta_tag %>
    <%%= yield(:head) %>
  </head>
  <body>
    <div id="container">
      <%% flash.each do |name, msg| %>
        <%%= content_tag :div, msg, :id => "flash_#{name}" %>
      <%% end %>
      <%%= content_tag :h1, yield(:title) if show_title? %>
      <%%= yield %>
    </div>
  </body>
</html>

Version data entries

20 entries across 18 versions & 7 rubygems

Version Path
tripper-0.0.3d lib/generators/tripper/layout/templates/layout.html.erb
bravo-generators-0.1.1 lib/generators/bravo/layout/templates/layout.html.erb
datalab-generators-0.1.0 lib/generators/datalab/layout/templates/layout.html.erb
datalab-generators-0.1.0 lib/generators/datalab/layout/templates/public.html.erb
datalab-generators-0.1.0 lib/generators/datalab/layout/templates/admin.html.erb
flockonus-nifty-generators-0.0.12 lib/generators/nifty/layout/templates/layout.html.erb
zoo-generators-0.1.0 lib/generators/zoo/layout/templates/layout.html.erb
nifty-generators-0.4.6 lib/generators/nifty/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.11 lib/generators/nifty/layout/templates/layout.html.erb
dust-generators-0.0.1 lib/generators/dust/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.10 lib/generators/nifty/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.9 lib/generators/nifty/layout/templates/layout.html.erb
nifty-generators-0.4.5 lib/generators/nifty/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.8 lib/generators/nifty/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.7 lib/generators/nifty/layout/templates/layout.html.erb
flockonus-nifty-generators-0.0.6 lib/generators/nifty/layout/templates/layout.html.erb
nifty-generators-0.4.4 lib/generators/nifty/layout/templates/layout.html.erb
nifty-generators-0.4.3 lib/generators/nifty/layout/templates/layout.html.erb
nifty-generators-0.4.2 lib/generators/nifty/layout/templates/layout.html.erb
nifty-generators-0.4.1 lib/generators/nifty/layout/templates/layout.html.erb