Sha256: d89a74d629fcb5b1634bab260fa4f809604c20b0d2aabe3636394da4b5097799

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

Stored size: 415 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <title><%= title %> | Delayed Job</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

7 entries across 7 versions & 1 rubygems

Version Path
delayed-web-0.4.9 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.7 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.6 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.5 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.4 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.3 app/views/layouts/delayed/web/application.html.erb
delayed-web-0.4.2 app/views/layouts/delayed/web/application.html.erb