1
0
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:
Toby Zerner
2015-03-28 13:38:44 +10:30
parent 89eca757e6
commit 49c3fa09e6
7 changed files with 16 additions and 17 deletions

View File

@@ -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