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:
authorDouwe Maan <douwe@gitlab.com>2015-12-03 15:34:25 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-03 15:34:25 +0300
commit0dcff1342b38c093a05c9edd13d422ee0b37b7bd (patch)
tree4b893c31edddb24a8ecbe47ef49c1d9556cd4819 /app/views/projects/milestones/show.html.haml
parent2955ca613bfe13cd15c43d082be934075636ae0e (diff)
parent6689224a90f3d2500be5d927ea1ed9656fc7b1b6 (diff)
Merge branch 'master' into reference-pipeline-and-caching
Diffstat (limited to 'app/views/projects/milestones/show.html.haml')
-rw-r--r--app/views/projects/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml
index 6487440a2ed..db8b7035494 100644
--- a/app/views/projects/milestones/show.html.haml
+++ b/app/views/projects/milestones/show.html.haml
@@ -23,7 +23,7 @@
= link_to 'Reopen Milestone', namespace_project_milestone_path(@project.namespace, @project, @milestone, milestone: {state_event: :activate }), method: :put, class: "btn btn-reopen btn-grouped"
= link_to namespace_project_milestone_path(@project.namespace, @project, @milestone), data: { confirm: 'Are you sure?' }, method: :delete, class: "btn btn-grouped btn-remove" do
%i.fa.fa-trash-o
- Remove
+ Delete
%hr
- if @milestone.issues.any? && @milestone.can_be_closed?