diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml index a8e016a9c7fe01e97db994ea768d6a36e5025870..ecb0afd16598bc6da5a95064d908e0da69ec3dfb 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