mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Replace quote button with a component
This commit is contained in:
@ -2,8 +2,7 @@ import { blank, present } from 'helpers/qunit-helpers';
|
||||
import { mapRoutes } from 'discourse/mapping-router';
|
||||
|
||||
moduleFor('controller:topic', 'controller:topic', {
|
||||
needs: ['controller:modal', 'controller:composer', 'controller:quote-button',
|
||||
'controller:application'],
|
||||
needs: ['controller:modal', 'controller:composer', 'controller:application'],
|
||||
setup() {
|
||||
this.registry.register('router:main', mapRoutes());
|
||||
},
|
||||
|
Reference in New Issue
Block a user