StatusContent: Better separate subject from status content.
This commit is contained in:
parent
95f5c7fff6
commit
a79bad5cdb
2 changed files with 13 additions and 15 deletions
|
@ -142,12 +142,6 @@ const StatusContent = {
|
|||
return html
|
||||
}
|
||||
},
|
||||
contentHtml () {
|
||||
if (!this.status.summary_html) {
|
||||
return this.postBodyHtml
|
||||
}
|
||||
return this.status.summary_html + '<br />' + this.postBodyHtml
|
||||
},
|
||||
...mapGetters(['mergedConfig']),
|
||||
...mapState({
|
||||
betterShadow: state => state.interface.browserSupport.cssFilter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue