diff options
-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 %> |