mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
correct template name
This commit is contained in:
parent
9e32851a89
commit
7d9a78fbbc
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@
|
||||||
- else
|
- else
|
||||||
.poll
|
.poll
|
||||||
.poll-area
|
.poll-area
|
||||||
= render PhilomenaWeb.TopicView, "_poll_results.html", poll: @poll, conn: @conn
|
= render PhilomenaWeb.TopicView, "_results.html", poll: @poll, conn: @conn
|
Loading…
Reference in a new issue