mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
FIX: published-page-header should be a sibling to published-page-body not a parent (#10126)
This commit is contained in:
parent
d58360f72e
commit
d5a063993d
@ -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…
Reference in New Issue
Block a user