upload tags report: fix incorrect column name.

This commit is contained in:
evazion
2020-01-12 00:42:23 -06:00
parent 1e3c97e43b
commit 3fce17d8ae

View File

@@ -11,7 +11,7 @@
<% t.column "Tags added by uploader", width: "45%" do |upload_report| %>
<%= TagSetPresenter.new(upload_report.uploader_tags_array).inline_tag_list_html %>
<% end %>
<% t.column "Tags added by uploader", width: "45%" do |upload_report| %>
<% t.column "Tags changed by other users", width: "45%" do |upload_report| %>
<%= render "reports/tag_diff_list", added_tags: upload_report.added_tags_array, removed_tags: upload_report.removed_tags_array %>
<% end %>
<% end %>