diff --git a/app/views/navigation/dropdown/_profile.html.haml b/app/views/navigation/dropdown/_profile.html.haml index 018fde8e..8ef02d21 100644 --- a/app/views/navigation/dropdown/_profile.html.haml +++ b/app/views/navigation/dropdown/_profile.html.haml @@ -16,9 +16,6 @@ = link_to moderation_toggle_unmask_path, class: "dropdown-item", data: { turbo_method: :post } do %i.fa.fa-toggle-off = t(".unmask.enable") - %a.dropdown-item{ href: mod_anon_block_index_path } - %i.fa.fa-fw.fa-volume-off - = t(".site_wide_blocks") %a.dropdown-item{ href: moderation_reports_path } %i.fa.fa-fw.fa-gavel = t(".moderation") diff --git a/app/views/tabs/_moderation.html.haml b/app/views/tabs/_moderation.html.haml index 02202d76..bc4b481c 100644 --- a/app/views/tabs/_moderation.html.haml +++ b/app/views/tabs/_moderation.html.haml @@ -6,4 +6,8 @@ = 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 + .d-none.d-sm-block= render "shared/links"