forked from e621ng/e621ng
Small wording fixes
This commit is contained in:
parent
46197efb3a
commit
84257b8919
@ -8,14 +8,12 @@
|
||||
<% if @post.parent_id %>
|
||||
<div class="input">
|
||||
<label for="move_favorites">
|
||||
<%= check_box_tag "move_favorites" %>
|
||||
<%= check_box_tag "move_favorites", true, true %>
|
||||
Move favorites to parent?
|
||||
</label>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<p style="font-weight: bold;">Note: If the reason you are planning to delete this post is because it is from a banned artist, please <%= link_to "ban", confirm_ban_moderator_post_post_path(@post) %> this post instead of deleting it.</p>
|
||||
|
||||
<div class="input">
|
||||
<label for="reason">Reason</label>
|
||||
<%= text_area_tag "reason" %>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<% end %>
|
||||
|
||||
<% if CurrentUser.is_admin? %>
|
||||
<li><%= link_to "Expunge", expunge_moderator_post_post_path(:post_id => post.id), :remote => true, :method => :post, :id => "expunge", :data => {:confirm => "This will permanently delete this post (meaning the file will be deleted). Are you sure you want to delete this post?"} %></li>
|
||||
<li><%= link_to "Destroy", expunge_moderator_post_post_path(:post_id => post.id), :remote => true, :method => :post, :id => "expunge", :data => {:confirm => "This will permanently delete this post (meaning the file will be deleted). Are you sure you want to delete this post?"} %></li>
|
||||
<% end %>
|
||||
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
|
Loading…
Reference in New Issue
Block a user