mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
Merge pull request #7536 from yuters/patch-5
Fix color toggle for labels in edit view
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user