diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml
index a8e016a..ecb0afd 100644
--- a/app/views/issues/_show.html.haml
+++ b/app/views/issues/_show.html.haml
@@ -8,7 +8,7 @@
%div.note-author
%strong= issue.assignee.name
%cite.cgray
- = time_ago_in_words(issue.updated_at)
+ = time_ago_in_words(issue.created_at)
ago
- if issue.critical
%span.tag.high critical
--
libgit2 0.21.2