summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-04-06 19:09:48 +0530
committerKushal Pandya <kushal@gitlab.com>2017-04-06 19:09:48 +0530
commitca9cded45d78e821a1c778e22fde523873ffaf93 (patch)
tree3f154ac6129cfb6f8be816e0d26ea202608a0309 /app/views/projects
parentf16377e7dc762462817dd0b34e36811c55988b10 (diff)
downloadgitlab-ce-ca9cded45d78e821a1c778e22fde523873ffaf93.tar.gz
Fixes as per feedback
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/protected_tags/_create_protected_tag.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/protected_tags/_create_protected_tag.html.haml b/app/views/projects/protected_tags/_create_protected_tag.html.haml
index af332f942d6..148efc16e64 100644
--- a/app/views/projects/protected_tags/_create_protected_tag.html.haml
+++ b/app/views/projects/protected_tags/_create_protected_tag.html.haml
@@ -1,4 +1,4 @@
-= form_for [@project.namespace.becomes(Namespace), @project, @protected_tag], html: { class: 'new_protected_tag' } do |f|
+= form_for [@project.namespace.becomes(Namespace), @project, @protected_tag], html: { class: 'js-new-protected-tag' } do |f|
.panel.panel-default
.panel-heading
%h3.panel-title