mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +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:
@@ -6,14 +6,6 @@ export default Ember.Route.extend({
|
||||
start: {replace: true}
|
||||
},
|
||||
|
||||
renderTemplate: function() {
|
||||
this.render();
|
||||
this.render('discussion-sidebar', {
|
||||
into: 'application',
|
||||
outlet: 'sidebar'
|
||||
});
|
||||
},
|
||||
|
||||
model: function(params) {
|
||||
return this.store.find('discussion', params.id);
|
||||
},
|
||||
|
Reference in New Issue
Block a user