mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Change "renamed" post type to more descriptive "discussionRenamed"
This commit is contained in:
@@ -6,12 +6,12 @@ import HasItemLists from 'flarum/mixins/has-item-lists';
|
||||
var precompileTemplate = Ember.Handlebars.compile;
|
||||
|
||||
/**
|
||||
Component for a `renamed`-typed post.
|
||||
Component for a `discussionRenamed`-typed post.
|
||||
*/
|
||||
export default Ember.Component.extend(FadeIn, HasItemLists, {
|
||||
layoutName: 'components/discussion/post-renamed',
|
||||
layoutName: 'components/discussion/post-discussion-renamed',
|
||||
tagName: 'article',
|
||||
classNames: ['post', 'post-renamed', 'post-activity'],
|
||||
classNames: ['post', 'post-discussion-renamed', 'post-activity'],
|
||||
itemLists: ['controls'],
|
||||
|
||||
// The stream-content component instansiates this component and sets the
|
Reference in New Issue
Block a user