Sha256: f2c71d5249200b3f919dd7072e8407b188accb0cdb72ca44e35e2ab63db8f0ea
Contents?: true
Size: 696 Bytes
Versions: 1
Compression:
Stored size: 696 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> <%= render '/masthead', formats: [:html] %> <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 '/footer' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta1 | app/views/layouts/error.html.erb |