%= form_for @changeset, ~p"/images/#{@comment.image}/comments/#{@comment}", fn f -> %>
<%= if @changeset.action do %>
<%= render(PhilomenaWeb.MarkdownView, "_input.html", conn: @conn, f: f, placeholder: "Please read the site rules before posting and use ||spoilers|| for above-rating stuff.") %>
<%= text_input(f, :edit_reason, class: "input input--wide", placeholder: "Reason for edit") %>
<%= error_tag(f, :edit_reason) %>
<%= submit("Edit", class: "button", data: [disable_with: raw("Posting…")]) %>
<% end %>