mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +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
|
.card
|
||||||
.list-group
|
.list-group
|
||||||
= list_group_item t(".all"), moderation_reports_path
|
= list_group_item t(".reports"), 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(".site_wide_blocks"), mod_anon_block_index_path
|
= list_group_item t(".site_wide_blocks"), mod_anon_block_index_path
|
||||||
|
|
||||||
.d-none.d-sm-block= render "shared/links"
|
.d-none.d-sm-block= render "shared/links"
|
||||||
|
|
|
@ -644,11 +644,7 @@ en:
|
||||||
title: "Members"
|
title: "Members"
|
||||||
none: "No members yet."
|
none: "No members yet."
|
||||||
moderation:
|
moderation:
|
||||||
all: "All reports"
|
reports: "Reports"
|
||||||
answers: :activerecord.models.answer.other
|
|
||||||
comments: :activerecord.models.comment.other
|
|
||||||
users: :activerecord.models.user.other
|
|
||||||
questions: :activerecord.models.question.other
|
|
||||||
site_wide_blocks: "Site-wide anonymous blocks"
|
site_wide_blocks: "Site-wide anonymous blocks"
|
||||||
notifications:
|
notifications:
|
||||||
all: "All notifications"
|
all: "All notifications"
|
||||||
|
|
Loading…
Reference in a new issue