mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Remove report filtering navigation entries
This commit is contained in:
parent
be9ffea633
commit
6211747ec4
2 changed files with 2 additions and 13 deletions
|
@ -1,13 +1,6 @@
|
|||
.card
|
||||
.list-group
|
||||
= list_group_item t(".all"), moderation_reports_path
|
||||
= list_group_item t(".answers"), moderation_reports_path("answer")
|
||||
= list_group_item t(".comments"), moderation_reports_path("comment")
|
||||
= list_group_item t(".users"), moderation_reports_path("user")
|
||||
= list_group_item t(".questions"), moderation_reports_path("question")
|
||||
|
||||
.card
|
||||
.list-group
|
||||
= list_group_item t(".reports"), moderation_reports_path
|
||||
= list_group_item t(".site_wide_blocks"), mod_anon_block_index_path
|
||||
|
||||
.d-none.d-sm-block= render "shared/links"
|
||||
|
|
|
@ -644,11 +644,7 @@ en:
|
|||
title: "Members"
|
||||
none: "No members yet."
|
||||
moderation:
|
||||
all: "All reports"
|
||||
answers: :activerecord.models.answer.other
|
||||
comments: :activerecord.models.comment.other
|
||||
users: :activerecord.models.user.other
|
||||
questions: :activerecord.models.question.other
|
||||
reports: "Reports"
|
||||
site_wide_blocks: "Site-wide anonymous blocks"
|
||||
notifications:
|
||||
all: "All notifications"
|
||||
|
|
Loading…
Reference in a new issue