Sha256: 8de99b57de22e3fb4c40925ba3f0619ad642d2eae8918075471ac369398003be

Contents?: true

Size: 509 Bytes

Versions: 6

Compression:

Stored size: 509 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <%= csrf_meta_tag %>
    <%= render 'layouts/stylesheets' %>
    <%= javascript_include_tag :defaults %>
  </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

6 entries across 6 versions & 2 rubygems

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