summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-22 08:26:53 -0500
committergitlabhq <m@gitlabhq.com>2011-11-22 08:26:53 -0500
commit78e6dc5fa5821039feef0a16c8cab5d77813440a (patch)
tree48d4dc6463b2e2ff14711a3a420c25a0a9ab1a17
parentb5d7fb5eed496dbef766390a57fd8eec53f842d0 (diff)
downloadgitlab-ce-78e6dc5fa5821039feef0a16c8cab5d77813440a.tar.gz
#222
-rw-r--r--app/views/issues/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml
index a8e016a9c7f..ecb0afd1659 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