Sha256: aedefcd2f52ff41d13649c6f1a2633ee71978ddea773f39f23a508e2aaaafe26

Contents?: true

Size: 918 Bytes

Versions: 14

Compression:

Stored size: 918 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= t("sufia.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' %>

    <%= render partial: '/ga', formats: [:html] %>
  </head>

<body>
<div  id="wrapper">
  <div class="container-fluid">
    <div id="page-positioner">
      <%= render partial: '/masthead', formats: [:html] %>
      <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: '/footer' %>
    </div><!-- /#page-positioner -->
  </div><!-- /.container -->
</div><!-- /#wrapper -->
</body>

</html>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/layouts/error.html.erb
sufia-6.6.1 app/views/layouts/error.html.erb
sufia-6.6.0 app/views/layouts/error.html.erb
sufia-6.5.0 app/views/layouts/error.html.erb
sufia-6.4.0 app/views/layouts/error.html.erb
sufia-6.3.0 app/views/layouts/error.html.erb
sufia-6.2.0 app/views/layouts/error.html.erb
sufia-6.1.0 app/views/layouts/error.html.erb
sufia-6.0.0 app/views/layouts/error.html.erb
sufia-6.0.0.rc4 app/views/layouts/error.html.erb
sufia-6.0.0.rc3 app/views/layouts/error.html.erb
sufia-6.0.0.rc2 app/views/layouts/error.html.erb
sufia-6.0.0.rc1 app/views/layouts/error.html.erb
sufia-6.0.0.beta1 app/views/layouts/error.html.erb