Sha256: 939ec8eb3417b2279fabe643bfa17af13aac77369d4ffc01828844af9df2f7d4

Contents?: true

Size: 594 Bytes

Versions: 4

Compression:

Stored size: 594 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="turbolinks-cache-control" content="no-cache">
    <%= csrf_meta_tags %>

    <title><%= render 'title' %></title>

    <%= render 'frontend' %>
    <%= yield :custom_stylesheet %>
  </head>
  <body class="application <%= body_class %>">
    <%= render 'header' %>
    <main>
      <%= yield %>
    </main>
    <%= render 'footer' %>
    <%= render 'imodal' %>
    <%= yield :custom_javascript %>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wallaby-8.0.0 app/views/layouts/wallaby/resources.html.erb
wallaby-7.0.0 app/views/layouts/wallaby/resources.html.erb
wallaby-7.0.0.beta2 app/views/layouts/wallaby/resources.html.erb
wallaby-7.0.0.beta1 app/views/layouts/wallaby/resources.html.erb