Fetch source data: list Danbooru artist tag; elim duplicated code.

* In the `Fetch source data` box, list the Danbooru artist tag(s) that
  were found beside the artist name.

* Unify `Fetch source data` code that was duplicated between the
  uploads page and the post show page.
This commit is contained in:
evazion
2017-11-14 23:07:01 -06:00
parent cbd68ac91b
commit 487fe9fb5d
6 changed files with 60 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
</div>
<% end %>
<%= render "sources/info_for_post" %>
<%= render "sources/info" %>
<%= form_for(post, :html => {:class => "simple_form", :id => "form"}) do |f| %>
<%= hidden_field_tag :tags_query, params[:tags] %>