diff --git a/app/views/deploys/_table.html.haml b/app/views/deploys/_table.html.haml
index 6a70bad..0139dc1 100644
--- a/app/views/deploys/_table.html.haml
+++ b/app/views/deploys/_table.html.haml
@@ -13,8 +13,9 @@
%td.app
= deploy.app.name
%span.environment= deploy.environment
- %td.latest #{time_ago_in_words(deploy.created_at)} ago
- %td.who #{deploy.username}
- %td.message #{deploy.message}
- %td.repository #{deploy.repository}
- %td.revision #{deploy.revision}
+ %td.latest= deploy.created_at.to_s(:micro)
+ %td.who= deploy.username
+ %td.message= deploy.message
+ %td.repository= deploy.repository
+ %td.revision= deploy.revision
+
--
libgit2 0.21.2