Replace quote button with a component

This commit is contained in:
Robin Ward
2016-11-11 16:00:28 -05:00
parent 93403b0af6
commit cc93cd76ef
8 changed files with 241 additions and 286 deletions

View File

@ -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());
},