summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/dispatcher.js.es6
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-23 18:51:16 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 14:51:18 -0600
commit60045195462562c985c6a3a70c899adfe04be2f5 (patch)
tree083e0c291c832acf7f472d052aa2414064ba1f28 /app/assets/javascripts/dispatcher.js.es6
parent8ffe586b778b905f57382485140efea4c3dcad93 (diff)
downloadgitlab-ce-60045195462562c985c6a3a70c899adfe04be2f5.tar.gz
Fixed tests, renamed files and methods
Diffstat (limited to 'app/assets/javascripts/dispatcher.js.es6')
-rw-r--r--app/assets/javascripts/dispatcher.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/dispatcher.js.es6 b/app/assets/javascripts/dispatcher.js.es6
index a023ae30954..213d9608479 100644
--- a/app/assets/javascripts/dispatcher.js.es6
+++ b/app/assets/javascripts/dispatcher.js.es6
@@ -259,7 +259,7 @@
new gl.ProtectedBranchCreate();
new gl.ProtectedBranchEditList();
break;
- case 'projects:ci_cd_pipelines:show':
+ case 'projects:ci_cd:show':
new gl.ProjectVariables();
break;
case 'ci:lints:create':