diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-21 04:26:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-21 04:26:15 +0000 |
commit | 760168366e994a83f5a52f67fa65b4b63f896a13 (patch) | |
tree | 4584d41bf6113f87fc58404eebf84747a4e27048 /app/views | |
parent | 61fb6d6e103bd8d54384059b27b28401b9755e19 (diff) | |
download | redmine-760168366e994a83f5a52f67fa65b4b63f896a13.tar.gz redmine-760168366e994a83f5a52f67fa65b4b63f896a13.zip |
set svn:eol-style=native app/views/common/error.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5872 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/common/error.html.erb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 35d908645..0367b47be 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -1,6 +1,6 @@ -<h2><%=h @status %></h2>
-
-<p id="errorExplanation"><%=h @message %></p>
-<p><a href="javascript:history.back()">Back</a></p>
-
-<% html_title @status %>
+<h2><%=h @status %></h2> + +<p id="errorExplanation"><%=h @message %></p> +<p><a href="javascript:history.back()">Back</a></p> + +<% html_title @status %> |