Sha256: 957017377ff21f9cb37f724bdc22112cfbb1ebebc8381c08165ee9771847fee9
Contents?: true
Size: 946 Bytes
Versions: 6
Compression:
Stored size: 946 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' %> <%= yield(:css_head) %> <!-- 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
6 entries across 6 versions & 1 rubygems