Commit 78e6dc5fa5821039feef0a16c8cab5d77813440a
1 parent
b5d7fb5e
Exists in
master
and in
4 other branches
#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,7 +8,7 @@ | ||
| 8 | %div.note-author | 8 | %div.note-author |
| 9 | %strong= issue.assignee.name | 9 | %strong= issue.assignee.name |
| 10 | %cite.cgray | 10 | %cite.cgray |
| 11 | - = time_ago_in_words(issue.updated_at) | 11 | + = time_ago_in_words(issue.created_at) |
| 12 | ago | 12 | ago |
| 13 | - if issue.critical | 13 | - if issue.critical |
| 14 | %span.tag.high critical | 14 | %span.tag.high critical |