2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

UX: Merge notifications and user dropdown

This commit is contained in:
Robin Ward 2015-08-28 14:32:53 -04:00
parent d4b987ff32
commit 3ae5a0a2df
26 changed files with 211 additions and 527 deletions

View file

@ -2,7 +2,7 @@ import { blank, present } from 'helpers/qunit-helpers';
moduleFor('controller:topic', 'controller:topic', {
needs: ['controller:header', 'controller:modal', 'controller:composer', 'controller:quote-button',
'controller:search', 'controller:topic-progress', 'controller:application']
'controller:topic-progress', 'controller:application']
});
import Topic from 'discourse/models/topic';