/users/1234: link to upload tag changes report.

This commit is contained in:
evazion
2017-03-30 13:05:03 -05:00
committed by r888888888
parent 8d58e27d0b
commit fdd8ebb1b8

View File

@@ -36,7 +36,12 @@
<tr>
<th>Uploads</th>
<td><%= presenter.upload_count(self) %></td>
<td>
<%= presenter.upload_count(self) %>
<% if presenter.has_uploads? %>
(<%= link_to "tag changes report", reports_upload_tags_path(user_id: user.id) %>)
<% end %>
</td>
</tr>
<tr>