propagate poll correctly

This commit is contained in:
byte[] 2019-11-18 13:12:15 -05:00
parent 2f03254d79
commit 9e32851a89

View file

@ -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