summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-06-11 14:10:54 +0100
committerSean McGivern <sean@gitlab.com>2018-06-18 12:22:05 +0100
commitfa5b915efbff185dba9677c98079693b55cab0c0 (patch)
treece19ccfbb944ad55179ea3c4426daf6d0f34c948
parent0422599f0868dac0e7f7d581b9a459478fe1e97e (diff)
downloadgitlab-ce-fa5b915efbff185dba9677c98079693b55cab0c0.tar.gz
Remove EE-specific code from project milestone page
-rw-r--r--app/views/projects/milestones/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index b478fbbb15e..f7b04c436a6 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -69,6 +69,8 @@
.wiki
= markdown_field(@milestone, :description)
+ = render_if_exists 'shared/milestones/burndown', milestone: @milestone, project: @project
+
- if can?(current_user, :read_issue, @project) && @milestone.total_items_count(current_user).zero?
.alert.alert-success.prepend-top-default
%span Assign some issues to this milestone.