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