diff --git a/lib/philomena_web/templates/topic/show.html.slime b/lib/philomena_web/templates/topic/show.html.slime index 594f685f..1c8dee3d 100644 --- a/lib/philomena_web/templates/topic/show.html.slime +++ b/lib/philomena_web/templates/topic/show.html.slime @@ -30,7 +30,7 @@ h1 = @topic.title / Display the poll, if any = if @topic.poll do - = render PhilomenaWeb.Topic.PollView, "_display.html.slime", poll: @topic.poll, conn: @conn + = render PhilomenaWeb.Topic.PollView, "_display.html", poll: @topic.poll, conn: @conn / The actual posts .posts-area