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:
authorJose Ivan Vargas <jvargas@gitlab.com>2018-02-17 03:11:36 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2018-03-02 01:10:03 +0300
commitd5c001864964afb73efca0c6b592f8a1e4d152b9 (patch)
treec1859c340ae1f161a0ae6897ee4997c896a2a9fa /app/views/projects/labels
parent5c4eace67f188da436b3b380a0125d053b29422a (diff)
Added vue based promotion modals for labels and milestones
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/labels/index.html.haml b/app/views/projects/labels/index.html.haml
index 80e4dce1a80..9bbbc9d2758 100644
--- a/app/views/projects/labels/index.html.haml
+++ b/app/views/projects/labels/index.html.haml
@@ -3,6 +3,7 @@
- hide_class = ''
- can_admin_label = can?(current_user, :admin_label, @project)
+#promote-label-modal
- if @labels.exists? || @prioritized_labels.exists?
%div{ class: container_class }
.top-area.adjust