1
0
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:
Toby Zerner
2015-01-01 20:08:38 +10:30
parent dc74288915
commit 690174297d
38 changed files with 181 additions and 2981 deletions

View File

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