Implemented UIKit support for error and notfound actions

This commit is contained in:
Tobi Schäfer 2015-01-03 21:21:44 +01:00
parent dc3a8520bd
commit 77930875ff

View file

@ -52,14 +52,14 @@
<% response.pager %> <% response.pager %>
<% #notfound %> <% #notfound %>
<p class="storyTitle"><% gettext Sorry! %></p> <h1><% gettext Sorry! %></h1>
<p><% gettext "The path you requested was not found:" %></p> <p><% gettext "The path you requested was not found." %></p>
<% param.path encoding="all" prefix=<code>/ suffix=</code> %> <% param.path encoding="all" prefix=<pre>/ suffix=</pre> %>
<% #error %> <% #error %>
<p class="storyTitle"><% gettext Sorry! %></p> <h1><% gettext Sorry! %></h1>
<p><% gettext "An error occurred while processing your request:" %></p> <p><% gettext "An error occurred while processing your request." %></p>
<% session.error default=<% param.error %> %> <pre class='uk-text-break'><% session.error default=<% param.error %> %></pre>
<% #health %> <% #health %>
<h1><% response.title %></h1> <h1><% response.title %></h1>