summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/dashboard/index.html.haml')
-rw-r--r--app/views/admin/dashboard/index.html.haml9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index a125e80c8f7..cc8e0c88efe 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -37,8 +37,7 @@
%p
= link_to project.name_with_namespace, [:admin, project]
%span.light.pull-right
- = time_ago_in_words project.created_at
- ago
+ #{time_ago_with_tooltip(project.created_at)} ago
.span4
%h4 Latest users
@@ -48,8 +47,7 @@
= link_to [:admin, user] do
= user.name
%span.light.pull-right
- = time_ago_in_words user.created_at
- ago
+ #{time_ago_with_tooltip(user.created_at)} ago
.span4
%h4 Latest groups
@@ -59,8 +57,7 @@
= link_to [:admin, group] do
= group.name
%span.light.pull-right
- = time_ago_in_words group.created_at
- ago
+ #{time_ago_with_tooltip(group.created_at)} ago
%br
.row