forked from e621ng/e621ng
rubocop
This commit is contained in:
parent
e6baea4811
commit
0ab49c8a70
@ -81,12 +81,10 @@ module FileMethods
|
||||
"gif"
|
||||
when "image/png"
|
||||
"png"
|
||||
when "video/webm"
|
||||
when "video/webm", "audio/webm"
|
||||
"webm"
|
||||
when "video/mp4"
|
||||
"mp4"
|
||||
when "audio/webm"
|
||||
"webm"
|
||||
else
|
||||
mime_type
|
||||
end
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div id="a-new">
|
||||
<h1>Remove stuck DNP tags</h1>
|
||||
<p>
|
||||
Use this to remove <%= link_to "avoid_posting", wiki_page_path(:id => "avoid_posting") %> and <%= link_to "conditional_dnp", wiki_page_path(:id => "conditional_dnp") %> from posts of artists who got removed from the DNP list.
|
||||
Use this to remove <%= link_to "avoid_posting", wiki_page_path(id: "avoid_posting") %> and <%= link_to "conditional_dnp", wiki_page_path(id: "conditional_dnp") %> from posts of artists who got removed from the DNP list.
|
||||
</p>
|
||||
<p>
|
||||
Limit of 1,000 posts at a time.
|
||||
|
Loading…
Reference in New Issue
Block a user