From 78e6dc5fa5821039feef0a16c8cab5d77813440a Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Tue, 22 Nov 2011 08:26:53 -0500 Subject: [PATCH] #222 --- app/views/issues/_show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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