From: Tom Hughes Date: Mon, 8 Apr 2024 19:12:48 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4661' X-Git-Tag: live~735 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8e648e7b26202a1f5fcad2d296a2c5e772634465?hp=5cb04d5ee04f843d9cacc8033b160cae1dd78215 Merge remote-tracking branch 'upstream/pull/4661' --- diff --git a/app/views/user_blocks/_navigation.html.erb b/app/views/user_blocks/_navigation.html.erb index a84ba1339..f53f5cf28 100644 --- a/app/views/user_blocks/_navigation.html.erb +++ b/app/views/user_blocks/_navigation.html.erb @@ -34,4 +34,11 @@ :class => ["nav-link", { :active => action_name == "blocks_by" }] %> <% end %> + <% if @user_block %> + + <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 0634fc2a0..f9117ca1c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2991,6 +2991,7 @@ en: blocks_on_user: "Blocks on %{user}" blocks_by_me: "Blocks by Me" blocks_by_user: "Blocks by %{user}" + block: "Block #%{id}" user_mutes: index: title: "Muted Users"