mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 22:47:59 +01:00
11 lines
320 B
Text
11 lines
320 B
Text
<h1>
|
|
Editing Poll
|
|
</h1>
|
|
<%= form_for @changeset, ~p"/forums/#{@forum}/topics/#{@topic}/poll", fn f -> %>
|
|
<%= render(PhilomenaWeb.Topic.PollView, "_form.html", f: f) %>
|
|
<br />
|
|
<br />
|
|
<div class="action">
|
|
<%= submit("Save", class: "button", data: [disable_with: raw("Saving…")]) %>
|
|
</div>
|
|
<% end %>
|