mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-18 15:08:00 +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
|
/ 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
|
||||||
|
|
Loading…
Reference in a new issue