Skip to content

Commit

Permalink
Correct error views
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 9, 2018
1 parent 18e2f09 commit fcaa933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/views/error/show404.volt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{%- endblock -%}

{%- block content -%}
<section class="documentation-section">
<div class="container-fluid ">
<section class="documentation">
<div class="container ">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-10 col-lg-offset-1 parse-content">
<div>
Expand All @@ -19,6 +19,7 @@
<a href="{{ 'mailto:' ~ support }}">{{ support }}</a>
</p>
<p>
<br />
<a class="btn btn-primary" href="{{ url ~ '?from=error404' }}">{{ homeArray[38] }}</a>
</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion app/views/error/show500.volt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{%- block content -%}
<section class="documentation-section">
<div class="container-fluid ">
<div class="container ">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-lg-10 col-lg-offset-1 parse-content">
<div>
Expand All @@ -19,6 +19,7 @@
{{ homeArray[45] }}
</p>
<p>
<br />
<a class="btn btn-primary" href="{{ url ~ '?from=error500' }}">{{ homeArray[38] }}</a>
</p>
</div>
Expand Down

0 comments on commit fcaa933

Please sign in to comment.