summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issue.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-12 14:42:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-12 14:42:35 +0300
commit518181697041c5111bb42ca2bfdc119e258d425e (patch)
treed02b7c6ff60f40fdec158b9d789e741c2c267b38 /app/views/projects/issues/_issue.html.haml
parente49ec46461ef033fb54c717378628a31bd33248b (diff)
parentd938486c3607dde357bf10f2d31b204290cdfd3f (diff)
downloadgitlab-ce-518181697041c5111bb42ca2bfdc119e258d425e.tar.gz
Merge branch 'master' into 6-0-dev
Diffstat (limited to 'app/views/projects/issues/_issue.html.haml')
-rw-r--r--app/views/projects/issues/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml
index f44c0a6c81f..0f3c4f752eb 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -18,7 +18,7 @@
%span
%i.icon-comments
= issue.notes.count
- - if issue.milestone_id?
+ - if issue.milestone
%span
%i.icon-time
= issue.milestone.title