Commit 78e6dc5fa5821039feef0a16c8cab5d77813440a

Authored by gitlabhq
1 parent b5d7fb5e

#222

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/issues/_show.html.haml
... ... @@ -8,7 +8,7 @@
8 8 %div.note-author
9 9 %strong= issue.assignee.name
10 10 %cite.cgray
11   - = time_ago_in_words(issue.updated_at)
  11 + = time_ago_in_words(issue.created_at)
12 12 ago
13 13 - if issue.critical
14 14 %span.tag.high critical
... ...