post replacement: take guidelines from help:replacement_notice.
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
<%= 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| %>
|
||||
<h1>Replace Image</h1>
|
||||
|
||||
<p>
|
||||
Delete the current image and replace it with another one, keeping
|
||||
everything else in the post intact. This is meant for upgrading
|
||||
lower-quality images, such as image samples, to higher-quality versions.
|
||||
</p>
|
||||
|
||||
<%= f.input :replacement_url, label: "New Source", input_html: { value: "" } %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user