mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
10 lines
273 B
Text
10 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…")]
|