mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
FIX: Highlight posts was broken.
This commit is contained in:
parent
2958b4b0a1
commit
a845e0c498
|
@ -8,7 +8,7 @@
|
|||
{{view 'reply-history' content=replyHistory}}
|
||||
</div>
|
||||
|
||||
<article class="boxed {{if via_email 'via-email'}}" id={{postElementId}} data-post-id={{id}} data-user-id={{user_id}}>
|
||||
<article class="boxed {{if via_email 'via-email'}}" id={{view.postElementId}} data-post-id={{id}} data-user-id={{user_id}}>
|
||||
<div class='row'>
|
||||
|
||||
<div class='topic-avatar'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user