summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/dispatcher.js.es6
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-01-04 15:44:16 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-04 15:50:07 -0600
commitf4772b37c9fbccb72d1956e308313a8bb1dc8342 (patch)
treedca423c7f0c432f605523014747a802f0a14e977 /app/assets/javascripts/dispatcher.js.es6
parent7c2a4699b8bdd9d8abd193e4256694115b41fc07 (diff)
downloadgitlab-ce-f4772b37c9fbccb72d1956e308313a8bb1dc8342.tar.gz
Change CI template linter textarea with Ace Editor
Diffstat (limited to 'app/assets/javascripts/dispatcher.js.es6')
-rw-r--r--app/assets/javascripts/dispatcher.js.es64
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js.es6 b/app/assets/javascripts/dispatcher.js.es6
index 1c1b6cd2dad..3c0dbb761c8 100644
--- a/app/assets/javascripts/dispatcher.js.es6
+++ b/app/assets/javascripts/dispatcher.js.es6
@@ -275,6 +275,10 @@
case 'projects:variables:index':
new gl.ProjectVariables();
break;
+ case 'ci:lints:create':
+ case 'ci:lints:show':
+ new gl.CILintEditor();
+ break;
}
switch (path.first()) {
case 'admin':