6 lines
333 B
Plaintext
6 lines
333 B
Plaintext
<%= format_text(WikiPage.titled(Danbooru.config.replacement_notice_wiki_page).first.try(&:body), ragel: true) %>
|
|
|
|
<%= simple_form_for(post_replacement, url: post_replacements_path(post_id: post_replacement.post_id), method: :post) do |f| %>
|
|
<%= f.input :replacement_url, label: "New Source", input_html: { value: "" } %>
|
|
<% end %>
|