Add a page to show the latest evaluations for the entire server

This commit is contained in:
Eelco Dolstra
2013-02-21 17:27:17 +01:00
parent 767cab6cd2
commit ba68826860
7 changed files with 97 additions and 72 deletions
+1 -5
View File
@@ -1,12 +1,8 @@
[% WRAPPER layout.tt title=(httpStatus ? httpStatus : "Error") %]
[% USE HTML %]
<p>I'm very sorry, but the following error(s) occurred:</p>
<ul>
[% FOREACH error IN errors %]
<li><div class="error-msg">[% HTML.escape(error) %]</div></li>
<div class="alert alert-error">[% HTML.escape(error) %]</div>
[% END %]
</ul>
[% END %]