annotate app/views/common/error.html.erb @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
parents cbce1fd3b1b7
children cbb26bc654de
rev   line source
Chris@441 1 <h2><%=h @status %></h2>
Chris@441 2
Chris@441 3 <p id="errorExplanation"><%=h @message %></p>
Chris@441 4 <p><a href="javascript:history.back()">Back</a></p>
Chris@441 5
Chris@441 6 <% html_title @status %>