Skip to content
Snippets Groups Projects
Commit 45ba53bb authored by Mathis Neumann's avatar Mathis Neumann
Browse files

improve visual style of error page

parent b3e5a011
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,13 @@ ...@@ -26,11 +26,13 @@
</div> </div>
</nav> </nav>
<div class="container-fluid"> <div class="container-fluid">
<div class="container">
<div class="alert alert-danger"> <div class="alert alert-danger">
There seems to be a problem loading information from the server. There seems to be a problem loading information from the server.
</div> </div>
{{#link-to 'home' class="btn btn-default" activeClass=""}}Go back to the homepage{{/link-to}} {{#link-to 'home' class="btn btn-default" activeClass=""}}<i class="glyphicon glyphicon-chevron-left"></i> back home{{/link-to}}
</div>
{{outlet body}} {{outlet body}}
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment