posts: fix parent/child post layout.
Fix regression causing parent/child posts to be laid out as a grid instead of as a single row of posts.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<% if posts.empty? %>
|
||||
<p>No posts found.</p>
|
||||
<% else %>
|
||||
<div class="posts-container grid gap-2">
|
||||
<div class="posts-container">
|
||||
<% posts.each do |post| -%>
|
||||
<% %><%= post -%>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user