aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared/sidebar/_users.html.haml
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-08-08 08:57:00 +0900
committerRhenium <rhenium@rhe.jp>2013-08-08 08:57:00 +0900
commit4d5bfd54961c3713ab8142366556db0d2f64a1b1 (patch)
tree3e79cfb32e98cdb290a63c5ce9fdd058c2ab5c22 /app/views/shared/sidebar/_users.html.haml
parenta4d982936788213f295e74b16189df15880c9e53 (diff)
downloadaclog-4d5bfd54961c3713ab8142366556db0d2f64a1b1.tar.gz
prepare for localization
Diffstat (limited to 'app/views/shared/sidebar/_users.html.haml')
-rw-r--r--app/views/shared/sidebar/_users.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/sidebar/_users.html.haml b/app/views/shared/sidebar/_users.html.haml
index a5fdc00..fac7e5d 100644
--- a/app/views/shared/sidebar/_users.html.haml
+++ b/app/views/shared/sidebar/_users.html.haml
@@ -19,7 +19,7 @@
%span.data= @user.stats.since_join.to_s + "d ago"
- else
.alert.alert-info
- = "@#{@user.screen_name} has never signed in to aclog"
+ = "@#{@user.screen_name} #{t("views.sidebar.user_not_registered")}"
.user_nav
%ul.nav.nav-tabs.nav-stacked
- if authorized_to_show_best?(@user)