mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
11 lines
273 B
Text
11 lines
273 B
Text
|
h1 Editing Poll
|
||
|
|
||
|
= form_for @changeset, Routes.forum_topic_poll_path(@conn, :update, @forum, @topic), fn f ->
|
||
|
= render PhilomenaWeb.Topic.PollView, "_form.html", f: f
|
||
|
|
||
|
br
|
||
|
br
|
||
|
|
||
|
.action
|
||
|
= submit "Save", class: "button", data: [disable_with: raw("Saving…")]
|