aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared/sidebar/_users.html.haml
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-04-28 00:38:21 +0900
committerre4k <re4k@re4k.info>2013-04-28 00:38:21 +0900
commit4af8acda5e4664d41079e3ff2ea853e1fb74a2a8 (patch)
tree51a583486af42c349d1d0ff8cedfb40b8265fb5b /app/views/shared/sidebar/_users.html.haml
parent4189cf84b0c337568133c6dafadc07669daaa868 (diff)
downloadaclog-4af8acda5e4664d41079e3ff2ea853e1fb74a2a8.tar.gz
refactor controller
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 eaba8b1..216ae44 100644
--- a/app/views/shared/sidebar/_users.html.haml
+++ b/app/views/shared/sidebar/_users.html.haml
@@ -16,7 +16,7 @@
%span.data= ((@user.stats[:favorited_count] + 0.0) / @user.stats[:tweets_count]).round(2)
%li
%span joined
- %span.data= format_date_ago(@user.created_at)
+ %span.data= format_days_ago(@user.created_at)
- else
.alert.alert-info
= "@#{@user.screen_name} has never signed in to aclog"