Sha256: cc8f58691aaba5bc81db3b71523651421321393fb7035bc99e09e07e98808a42

Contents?: true

Size: 813 Bytes

Versions: 23

Compression:

Stored size: 813 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= t("hyrax.document_language") %>">
  <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

23 entries across 23 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/layouts/error.html.erb
hyrax-2.0.3 app/views/layouts/error.html.erb
hyrax-1.1.0 app/views/layouts/error.html.erb
hyrax-2.0.2 app/views/layouts/error.html.erb
hyrax-2.1.0.beta1 app/views/layouts/error.html.erb
hyrax-2.0.1 app/views/layouts/error.html.erb
hyrax-2.0.0 app/views/layouts/error.html.erb
hyrax-2.0.0.rc3 app/views/layouts/error.html.erb
hyrax-2.0.0.rc2 app/views/layouts/error.html.erb
hyrax-2.0.0.rc1 app/views/layouts/error.html.erb
hyrax-1.0.5 app/views/layouts/error.html.erb
hyrax-2.0.0.beta5 app/views/layouts/error.html.erb
hyrax-2.0.0.beta4 app/views/layouts/error.html.erb
hyrax-2.0.0.beta3 app/views/layouts/error.html.erb
hyrax-2.0.0.beta2 app/views/layouts/error.html.erb
hyrax-2.0.0.beta1 app/views/layouts/error.html.erb
hyrax-1.0.4 app/views/layouts/error.html.erb
hyrax-1.0.3 app/views/layouts/error.html.erb
hyrax-1.0.2 app/views/layouts/error.html.erb
hyrax-1.0.1 app/views/layouts/error.html.erb