mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 07:49:56 +08:00
FIX: published-page-header should be a sibling to published-page-body not a parent (#10126)
This commit is contained in:
parent
6a42acbfb7
commit
c271b0c394
@ -9,11 +9,10 @@
|
||||
<div class="topic-created-at"><%= short_date(@topic.created_at) %></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%- if @topic.first_post.present? %>
|
||||
<div class="published-page-body">
|
||||
<%= @topic.first_post.cooked.html_safe %>
|
||||
</div>
|
||||
<%- end -%>
|
||||
</div>
|
||||
<%- if @topic.first_post.present? %>
|
||||
<div class="published-page-body">
|
||||
<%= @topic.first_post.cooked.html_safe %>
|
||||
</div>
|
||||
<%- end -%>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user