Sha256: a06495d10263845e9a862a77edcde818cc6048e47a0a9d55b9a5c3f12fa4c250

Contents?: true

Size: 274 Bytes

Versions: 5

Compression:

Stored size: 274 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Mautic</title>
    <%= csrf_meta_tags %>
  </head>
  <body>
    <% Array(flash).each do |type, message| %>
      <div class="alert <%= type %>">
        <%= message %>
      </div>
    <% end %>
    <%= yield %>

  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mautic-3.1.0 app/views/layouts/mautic/application.html.erb
mautic-3.0.0 app/views/layouts/mautic/application.html.erb
mautic-2.6.1 app/views/layouts/mautic/application.html.erb
mautic-2.6.0 app/views/layouts/mautic/application.html.erb
mautic-2.5.0 app/views/layouts/mautic/application.html.erb