Sha256: 5865015275d061660fd6349e203c3d354bd7e12b86d3097c8bbc952c6b4b2448

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <title><%= title %></title>
    <%= stylesheet_link_tag 'delayed/web/application' %>
  </head>
  <body>
    <div class="container">
      <% flash.each do |type, message| %>
        <div class="alert <%= flash_dom_class(type) %>">
          <%= flash[type] %>
        </div>
      <% end %>
      <%= yield %>
    </div>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
delayed-web-0.4.1 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.0 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.3.0 app/views/layouts/delayed/web/application.html.erb