Sha256: a838f6c811c272f69f72a7ef7d393648b9833e5efe16e1956d2bb1b59966e877

Contents?: true

Size: 395 Bytes

Versions: 23

Compression:

Stored size: 395 Bytes

Contents

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

  </body>
</html>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mautic-2.4.0 app/views/layouts/mautic/application.html.erb
mautic-2.3.11 app/views/layouts/mautic/application.html.erb
mautic-2.3.10 app/views/layouts/mautic/application.html.erb
mautic-2.3.9 app/views/layouts/mautic/application.html.erb
mautic-2.3.8 app/views/layouts/mautic/application.html.erb
mautic-2.3.7 app/views/layouts/mautic/application.html.erb
mautic-2.3.6 app/views/layouts/mautic/application.html.erb
mautic-2.3.5 app/views/layouts/mautic/application.html.erb
mautic-2.3.4 app/views/layouts/mautic/application.html.erb
mautic-2.3.3 app/views/layouts/mautic/application.html.erb
mautic-2.3.1 app/views/layouts/mautic/application.html.erb
mautic-2.2.2 app/views/layouts/mautic/application.html.erb
mautic-2.1.1 app/views/layouts/mautic/application.html.erb
mautic-0.1.8 app/views/layouts/mautic/application.html.erb
mautic-0.1.7 app/views/layouts/mautic/application.html.erb
mautic-1.0.5 app/views/layouts/mautic/application.html.erb
mautic-0.1.6 app/views/layouts/mautic/application.html.erb
mautic-0.1.4 app/views/layouts/mautic/application.html.erb
mautic-1.0.3 app/views/layouts/mautic/application.html.erb
mautic-1.0.1 app/views/layouts/mautic/application.html.erb