Sha256: 83d320adb5482953d8af464156f3be44bbe957d2de1107bea453ba1c926181d4

Contents?: true

Size: 465 Bytes

Versions: 7

Compression:

Stored size: 465 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <%= csrf_meta_tag %>
    <%= render 'layouts/stylesheets' %>
  </head>
  <body>
    <div class="container">
      <%= render 'layouts/header' %>
      <section class="round">
        <% flash.each do |key, value| %>
          <div class="flash <%= key %>"><%= value %></div>
        <% end %>
        <%= yield %>
      </section>
      <%= render 'layouts/footer' %>
    </div>
  </body>
</html>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails_dbc-0.1.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails_dbc-0.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails-0.6.2 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails-0.6.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails-0.6.0 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb
tft_rails-0.5.1 lib/generators/chapter08_09/solutions/templates/app/views/layouts/application.html.erb