summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/protected_tags
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-04-03 11:41:05 +0530
committerKushal Pandya <kushal@gitlab.com>2017-04-03 11:41:05 +0530
commitbbb09feaa1b535e10b20790d1857385bd34ae5f6 (patch)
tree1afeff7e7d501031ecc6d62375140bfcee8b096d /app/assets/javascripts/protected_tags
parent551dea7efe11c55799e4a0cacd9c75988ef9583b (diff)
downloadgitlab-ce-bbb09feaa1b535e10b20790d1857385bd34ae5f6.tar.gz
Export Protected Tags Editing classes
Diffstat (limited to 'app/assets/javascripts/protected_tags')
-rw-r--r--app/assets/javascripts/protected_tags/protected_tags_bundle.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/protected_tags/protected_tags_bundle.js b/app/assets/javascripts/protected_tags/protected_tags_bundle.js
index d84d2e1ef70..889a8053e6f 100644
--- a/app/assets/javascripts/protected_tags/protected_tags_bundle.js
+++ b/app/assets/javascripts/protected_tags/protected_tags_bundle.js
@@ -1,3 +1,5 @@
require('./protected_tag_access_dropdown');
require('./protected_tag_create');
require('./protected_tag_dropdown');
+require('./protected_tag_edit');
+require('./protected_tag_edit_list');