Sha256: 4da9135e2d8e7a4801f54d60de56671fcb149e96eb0bf8df525b807c216d6e0b

Contents?: true

Size: 657 Bytes

Versions: 7

Compression:

Stored size: 657 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 '/ga' %>
  </head>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sufia-7.1.0 app/views/layouts/error.html.erb
sufia-7.0.0 app/views/layouts/error.html.erb
sufia-7.0.0.rc2 app/views/layouts/error.html.erb
sufia-7.0.0.rc1 app/views/layouts/error.html.erb
sufia-7.0.0.beta4 app/views/layouts/error.html.erb
sufia-7.0.0.beta3 app/views/layouts/error.html.erb
sufia-7.0.0.beta2 app/views/layouts/error.html.erb