mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +01:00
these are separate blocks
This commit is contained in:
parent
e313460917
commit
c08ceb5134
1 changed files with 62 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue