Sha256: 367979aa269dac82457f71ea90bd2f82aaf51ead56fb72cac284e77a6edfeabe

Contents?: true

Size: 800 Bytes

Versions: 50

Compression:

Stored size: 800 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= I18n.locale.to_s %>">
  <head>
    <meta charset="utf-8" />

    <title><%= h(application_name) %>: System Error</title>
    <!-- application css -->
    <%= stylesheet_link_tag 'application' %>

    <!-- application js -->
    <%= javascript_include_tag 'application' %>
  </head>

<body>
<div id="wrapper">
  <div class="container-fluid">
    <div id="page-positioner">
      <div id="content-wrapper">
        <div id="content" class="row">
            <div class="col-sm-8 col-md-8 col-lg-8">
              <%= yield %>
            </div>
        </div><!-- /#content -->
      </div><!-- /#content-wrapper -->
      <%= render partial: 'shared/footer' %>
    </div><!-- /#page-positioner -->
  </div><!-- /.container -->
</div><!-- /#wrapper -->
</body>

</html>

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/layouts/error.html.erb
hyrax-5.0.0 app/views/layouts/error.html.erb
hyrax-5.0.0.rc3 app/views/layouts/error.html.erb
hyrax-5.0.0.rc2 app/views/layouts/error.html.erb
hyrax-5.0.0.rc1 app/views/layouts/error.html.erb
hyrax-3.6.0 app/views/layouts/error.html.erb
hyrax-4.0.0 app/views/layouts/error.html.erb
hyrax-4.0.0.rc3 app/views/layouts/error.html.erb
hyrax-4.0.0.rc2 app/views/layouts/error.html.erb
hyrax-4.0.0.rc1 app/views/layouts/error.html.erb
hyrax-3.5.0 app/views/layouts/error.html.erb
hyrax-4.0.0.beta2 app/views/layouts/error.html.erb
hyrax-3.4.2 app/views/layouts/error.html.erb
hyrax-4.0.0.beta1 app/views/layouts/error.html.erb
hyrax-3.4.1 app/views/layouts/error.html.erb
hyrax-3.4.0 app/views/layouts/error.html.erb
hyrax-3.3.0 app/views/layouts/error.html.erb
hyrax-3.2.0 app/views/layouts/error.html.erb
hyrax-2.9.6 app/views/layouts/error.html.erb
hyrax-3.1.0 app/views/layouts/error.html.erb