correct other template name

This commit is contained in:
byte[] 2019-11-18 13:13:31 -05:00
parent 7d9a78fbbc
commit 7e81b3cf4e

View file

@ -30,7 +30,7 @@ h1 = @topic.title
/ Display the poll, if any / Display the poll, if any
= if @topic.poll do = 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 / The actual posts
.posts-area .posts-area