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