these are separate blocks

This commit is contained in:
byte[] 2019-11-11 13:01:46 -05:00
parent e313460917
commit c08ceb5134

View file

@ -29,11 +29,11 @@ h1 = @topic.title
/- else
' Login to subscribe to responses
/ Display the poll, if any
/= render partial: 'polls/display', locals: { poll: @topic.poll }
/ Display the poll, if any
/= render partial: 'polls/display', locals: { poll: @topic.poll }
/ The actual posts
.posts-area
/ The actual posts
.posts-area
.post-list
= for {post, body} <- @posts, !post.destroyed_content do
= render PhilomenaWeb.PostView, "_post.html", conn: @conn, post: post, body: body