7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
<%= format_text(WikiPage.titled(Danbooru.config.appeal_notice_wiki_page).first.try(&:body), :ragel => true) %>
|
|
|
|
<%= form_tag(post_appeals_path(:format => :js), :remote => true) do %>
|
|
<%= hidden_field_tag "post_appeal[post_id]", @post_appeal.post_id %>
|
|
<%= text_area :post_appeal, :reason, :size => "40x5" %>
|
|
<% end %>
|