mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +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
|
@@ -267,7 +267,7 @@
|
||||
font-size: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.post-renamed {
|
||||
.post-discussion-renamed {
|
||||
& .old-title, & .new-title {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
Reference in New Issue
Block a user