mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
propagate poll correctly
This commit is contained in:
parent
2f03254d79
commit
9e32851a89
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ h1 = @topic.title
|
|||
|
||||
/ Display the poll, if any
|
||||
= if @topic.poll do
|
||||
= render PhilomenaWeb.Topic.PollView, "_display.html.slime", poll: @poll, conn: @conn
|
||||
= render PhilomenaWeb.Topic.PollView, "_display.html.slime", poll: @topic.poll, conn: @conn
|
||||
|
||||
/ The actual posts
|
||||
.posts-area
|
||||
|
|
Loading…
Reference in a new issue