Sha256: f96c5c6360c42029094b370cbd4ec244232df3e09e520a11cfa68bab93a6b25b
Contents?: true
Size: 903 Bytes
Versions: 3
Compression:
Stored size: 903 Bytes
Contents
<!DOCTYPE html> <html> <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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-4.0.0 | app/views/layouts/error.html.erb |
sufia-4.0.0.rc2 | app/views/layouts/error.html.erb |
sufia-4.0.0.rc1 | app/views/layouts/error.html.erb |