Skip to content

Commit

Permalink
#222
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabhq committed Nov 22, 2011
1 parent b5d7fb5 commit 78e6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/issues/_show.html.haml
Expand Up @@ -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
Expand Down

0 comments on commit 78e6dc5

Please sign in to comment.