mirror of
https://github.com/flarum/core.git
synced 2025-08-13 03:44:32 +02:00
Work on composer, early implementation of replying
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
import AddCssClassToBodyMixin from '../../mixins/add-css-class-to-body';
|
||||
|
||||
export default Ember.Route.extend(AddCssClassToBodyMixin, {
|
||||
|
||||
// When we enter the discussions list view, we no longer want the
|
||||
// discussions list to be in pane mode.
|
||||
|
Reference in New Issue
Block a user