diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 0367b47be..77ead9df4 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -1,6 +1,8 @@

<%=h @status %>

-

<%=h @message %>

+<% if @message.present? %> +

<%=h @message %>

+<% end %>

Back

<% html_title @status %>