Redmine/app/views/common/error.html.erb
Toshi MARUYAMA 1e0f514637 HTML escape at app/views/common/error.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6366 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-02 13:00:54 +00:00

7 lines
153 B
Plaintext

<h2><%=h @status %></h2>
<p id="errorExplanation"><%=h @message %></p>
<p><a href="javascript:history.back()">Back</a></p>
<% html_title h(@status) %>