Sha256: 0ba1ac4ff815c81c82ab746d61134dc7a5ddb7a24323a1c8f5b99f3ddf8c52a4

Contents?: true

Size: 678 Bytes

Versions: 11

Compression:

Stored size: 678 Bytes

Contents

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <%= csrf_meta_tag %>
    <%= stylesheet_link_tag 'mr_common/mr_common' %>
    <%= javascript_include_tag 'mr_common/mr_common', defer: true %>
    <title><%= MrCommon.title %></title>
  </head>
  <body>
    <%= render 'layouts/mr_common/navigation' %>
    <%= render 'layouts/mr_common/flash' %>
    <div class="container">
      <%= yield %>
    </div>
    <%= render 'layouts/mr_common/footer' %>
  </body>
</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mr_common-2.1.0 app/views/layouts/mr_common/layout.html.erb
mr_common-2.0.0 app/views/layouts/mr_common/layout.html.erb
mr_common-1.3.0 app/views/layouts/mr_common/layout.html.erb
mr_common-1.2.0 app/views/layouts/mr_common/layout.html.erb
mr_common-1.1.0 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.5 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.4 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.3 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.2 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.1 app/views/layouts/mr_common/layout.html.erb
mr_common-1.0.0 app/views/layouts/mr_common/layout.html.erb