mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
<h2><%= @status %></h2>
|
|
|
|
<% if @message.present? %>
|
|
<p id="errorExplanation"><%= @message %></p>
|
|
<% end %>
|
|
<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p>
|
|
|
|
<% html_title @status %>
|