Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-07 20:19:06 +0300
committerPhil Hughes <me@iamphill.com>2017-07-07 20:19:06 +0300
commit436047f6575ffc64f065928d1feb4144ca8f7158 (patch)
treecde5492d734968a0a9c96baccc74a408d3d991b5 /app/views/groups/milestones/index.html.haml
parentc70bf95c2a5cc0bd8a70d8b65fc678ee1c631420 (diff)
parent1dab640357fa1ba8992757499e4167fcd4ce6276 (diff)
Merge branch 'master' into new-nav-fix-contextual-breadcrumbs
Diffstat (limited to 'app/views/groups/milestones/index.html.haml')
-rw-r--r--app/views/groups/milestones/index.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/groups/milestones/index.html.haml b/app/views/groups/milestones/index.html.haml
index 94602b47ab5..66c6cc9e279 100644
--- a/app/views/groups/milestones/index.html.haml
+++ b/app/views/groups/milestones/index.html.haml
@@ -12,11 +12,6 @@
- if can?(current_user, :admin_milestones, @group)
= link_to "New milestone", new_group_milestone_path(@group), class: "btn btn-new"
-.row-content-block
- Only milestones from
- %strong= @group.name
- group are listed here.
-
.milestones
%ul.content-list
- if @milestones.blank?