fix leaked ip addresses in upload status (#3804)

This commit is contained in:
Albert Yi
2018-08-07 13:16:02 -07:00
parent 80e0ae6a3c
commit d053e135ab
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
<br><%= time_ago_in_words_tagged upload.created_at %>
</td>
<td class="col-normal">
<%= link_to upload.presenter.status(self), uploads_path(search: params[:search].merge(status: upload.status)) %>
<%= upload.presenter.status(self) %>
</td>
</tr>
<% end %>