Remove links to ip action from views

This commit is contained in:
Andreas Nedbal 2022-07-19 21:39:12 +02:00 committed by Karina Kwiatek
parent 94bd339671
commit 67b6847311
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,2 @@
%a.btn.btn-default.btn-block{ href: moderation_priority_path(user.id) }
View reports relating to user
%a.btn.btn-default.btn-block{ href: moderation_ip_path(user.id) }
View users with same IP

View File

@ -30,8 +30,6 @@
= t('views.moderation.moderationbox.view', content: t('views.general.user'))
%a.btn.btn-primary{ href: moderation_priority_path(report.target.user.id) }
Reports
%a.btn.btn-primary{ href: moderation_ip_path(report.target.user.id) }
IP
.col-md-4.col-sm-4.col-xs-4.text-right
%button.btn.btn-default.btn-sm{ type: :button, name: 'mod-delete-report', data: { id: report.id } }
%i.fa.fa-trash-o