mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Rejigging templates for redesign.
- Componentize more stuff, heading in the direction of Ember 2.0 - Start CSS from scratch - Everything is broken atm!
This commit is contained in:
@@ -16,7 +16,6 @@ Router.map(function() {
|
||||
this.resource('user', { path: '/user/:username' }, function() {
|
||||
this.route('activity');
|
||||
this.route('posts');
|
||||
this.route('discussions');
|
||||
this.route('preferences');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user