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
path: root/app
diff options
context:
space:
mode:
authorMartin Bastien <martin.bastien@studiofrenetic.com>2014-08-18 20:23:45 +0400
committerMartin Bastien <martin.bastien@studiofrenetic.com>2014-08-18 20:23:45 +0400
commit8eff8bcebfcf8c6e12a653ad1955f859bdb4a55a (patch)
treec73bfa64449c5178b93988c0f7f627fd85524152 /app
parent1db77dc14bbc48dcf9ed07a344fdc3e4df8cd733 (diff)
Fix color toggle for labels in edit view
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/dispatcher.js.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/dispatcher.js.coffee b/app/assets/javascripts/dispatcher.js.coffee
index a463a2eb194..e5e62c87e40 100644
--- a/app/assets/javascripts/dispatcher.js.coffee
+++ b/app/assets/javascripts/dispatcher.js.coffee
@@ -50,7 +50,7 @@ class Dispatcher
new TreeView()
when 'projects:blob:show'
new BlobView()
- when 'projects:labels:new'
+ when 'projects:labels:new', 'projects:labels:edit'
new Labels()
switch path.first()