diff --git a/src/api/app/views/webui/groups/bs_requests/index.html.haml b/src/api/app/views/webui/groups/bs_requests/index.html.haml index 95db4232234..4bf1a01bd95 100644 --- a/src/api/app/views/webui/groups/bs_requests/index.html.haml +++ b/src/api/app/views/webui/groups/bs_requests/index.html.haml @@ -11,6 +11,8 @@ %li.nav-item %a.nav-link.active Group Requests + %span.badge.text-bg-primary + = @bs_requests.count .card-body .tab-content .tab-pane.active diff --git a/src/api/app/views/webui/groups/show.html.haml b/src/api/app/views/webui/groups/show.html.haml index 04904591ddc..c2f5d48d690 100644 --- a/src/api/app/views/webui/groups/show.html.haml +++ b/src/api/app/views/webui/groups/show.html.haml @@ -13,6 +13,8 @@ %li.nav-item = link_to(group_requests_path(@group, "involvement[]": 'incoming', state: %w[new review]), class: 'nav-link', title: 'Requests') do Group Requests + %span.badge.text-bg-primary + = @group.requests.count - else %li.nav-item %a.nav-link.text-nowrap#reviews-in-tab{ aria: { controls: 'reviews-in', selected: 'true' },