summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-22 18:12:16 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-22 18:12:16 +0300
commitc6efa56ee7039882625942ce29ea9fdeeffaa6cd (patch)
tree8bba6a1c07de454f3b8a0422ead87aba241e249d
parentece9036614f534983f79809a34d4aae58641e429 (diff)
parent18ba6987cd49843244bd63e58b171abb20f963e0 (diff)
downloadgitlab-ce-c6efa56ee7039882625942ce29ea9fdeeffaa6cd.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r--app/views/projects/issues/_issue_context.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issue_context.html.haml b/app/views/projects/issues/_issue_context.html.haml
index 8c3f0823386..648f459dc9e 100644
--- a/app/views/projects/issues/_issue_context.html.haml
+++ b/app/views/projects/issues/_issue_context.html.haml
@@ -19,6 +19,7 @@
= hidden_field_tag :issue_context
= f.submit class: 'btn'
- elsif issue.milestone
- = link_to issue.milestone.title, project_milestone_path
+ = link_to project_milestone_path(@project, @issue.milestone) do
+ = @issue.milestone.title
- else
None