Sha256: d225411f257fd78c562fbba86217b1b41683993f7c065c02110f6b4a09da8d8e

Contents?: true

Size: 1.54 KB

Versions: 27

Compression:

Stored size: 1.54 KB

Contents

<html>
  <head>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  </head>

  <style>
    body {
      background-color: #623131;
    }

    a {
      color: #d7df93;
    }

    div.content {
      position: absolute;
      color: #efefef;
      left: 50%;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }
  </style>

  <%= render_active_element_hook 'active_element/before_error_content' %>

  <body>
    <div class="wrapper">
      <div class="middle">
        <div class="content p-3 m-3">
          <%= yield %>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/layouts/active_element_error.html.erb
active_element-0.0.30 app/views/layouts/active_element_error.html.erb
active_element-0.0.29 app/views/layouts/active_element_error.html.erb
active_element-0.0.28 app/views/layouts/active_element_error.html.erb
active_element-0.0.27 app/views/layouts/active_element_error.html.erb
active_element-0.0.26 app/views/layouts/active_element_error.html.erb
active_element-0.0.24 app/views/layouts/active_element_error.html.erb
active_element-0.0.23 app/views/layouts/active_element_error.html.erb
active_element-0.0.22 app/views/layouts/active_element_error.html.erb
active_element-0.0.21 app/views/layouts/active_element_error.html.erb
active_element-0.0.19 app/views/layouts/active_element_error.html.erb
active_element-0.0.18 app/views/layouts/active_element_error.html.erb
active_element-0.0.17 app/views/layouts/active_element_error.html.erb
active_element-0.0.16 app/views/layouts/active_element_error.html.erb
active_element-0.0.15 app/views/layouts/active_element_error.html.erb
active_element-0.0.14 app/views/layouts/active_element_error.html.erb
active_element-0.0.13 app/views/layouts/active_element_error.html.erb
active_element-0.0.12 app/views/layouts/active_element_error.html.erb
active_element-0.0.11 app/views/layouts/active_element_error.html.erb
active_element-0.0.10 app/views/layouts/active_element_error.html.erb