Remove links to ip action from views
This commit is contained in:
parent
94bd339671
commit
67b6847311
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue