mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-17 22:47:59 +01:00
correct other template name
This commit is contained in:
parent
7d9a78fbbc
commit
7e81b3cf4e
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: @topic.poll, conn: @conn
|
||||
= render PhilomenaWeb.Topic.PollView, "_display.html", poll: @topic.poll, conn: @conn
|
||||
|
||||
/ The actual posts
|
||||
.posts-area
|
||||
|
|
Loading…
Reference in a new issue