Remove artist commentary handling from download rewrite strategies.
This commit is contained in:
@@ -69,15 +69,15 @@
|
||||
<%= f.text_field :parent_id %>
|
||||
</div>
|
||||
|
||||
<% if @upload.has_artist_commentary? %>
|
||||
<div>
|
||||
<div class="input">
|
||||
<%= f.label :artist_commentary_title, "Artist Commentary Title" %>
|
||||
<%= f.text_field :artist_commentary_title, :value => @upload.artist_commentary_title %>
|
||||
<%= f.text_field :artist_commentary_title %>
|
||||
</div>
|
||||
|
||||
<div class="input">
|
||||
<%= f.label :artist_commentary_desc, "Artist Commentary" %>
|
||||
<%= f.text_area :artist_commentary_desc, :value => @upload.artist_commentary_desc, :size => "60x5" %>
|
||||
<%= f.text_area :artist_commentary_desc, :size => "60x5" %>
|
||||
</div>
|
||||
|
||||
<div class="input">
|
||||
@@ -86,7 +86,7 @@
|
||||
Include Commentary
|
||||
</label>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<% if Danbooru.config.iqdbs_server %>
|
||||
<% if params[:url] %>
|
||||
|
||||
Reference in New Issue
Block a user