mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-03 12:44:55 +00:00
Fix failing test
This commit is contained in:
parent
200acada1b
commit
3ebcc092cb
@ -75,7 +75,7 @@ export default class SolvedAcceptedAnswer extends Component {
|
||||
data-post={{this.topic.accepted_answer.post_number}}
|
||||
data-topic={{this.topic.id}}
|
||||
>
|
||||
<div class={{concatClass "title" (if this.hasExcerpt "title-only")}}>
|
||||
<div class={{concatClass "title" (unless this.hasExcerpt "title-only")}}>
|
||||
<div class="accepted-answer--solver-accepter">
|
||||
<div class="accepted-answer--solver">
|
||||
{{this.htmlSolvedBy}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user