aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/errors/render_error.html.haml
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-02-22 11:43:50 +0900
committerRhenium <rhenium@rhe.jp>2014-02-22 11:43:50 +0900
commitc241ae47a6bed0c0ebe9f8e3afa732570fbe7009 (patch)
tree12c257a4a8b33811df90179b2d3069c17cf19d57 /app/views/errors/render_error.html.haml
parent30f7f710081cb82ff680e3bdf072668fd20de29a (diff)
downloadaclog-c241ae47a6bed0c0ebe9f8e3afa732570fbe7009.tar.gz
fix page title / captions
Diffstat (limited to 'app/views/errors/render_error.html.haml')
-rw-r--r--app/views/errors/render_error.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/render_error.html.haml b/app/views/errors/render_error.html.haml
index c7a4811..3bd94c8 100644
--- a/app/views/errors/render_error.html.haml
+++ b/app/views/errors/render_error.html.haml
@@ -1,4 +1,4 @@
-- title "Error"
+- title "#{response.status}: @message"
- if @user
.col-sm-3.col-md-offset-1
= render "shared/sidebar_user", user: @user