diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index 2785f92e41bed16fe4253ab825f4ffebddc7d301..482613f172dcedbb141449bb3ead2c45f0d5c4aa 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -1,9 +1,13 @@ %h3.page-title - Issues - %small (assigned to you) - %small.pull-right #{@issues.total_count} issues + Issues assigned to me + %span.pull-right #{@issues.total_count} issues +%p.light + Only issues from + %strong #{@group.name} + group are listed here. To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page. %hr + .row .span3 = render 'shared/filter', entity: 'issue' diff --git a/app/views/groups/merge_requests.html.haml b/app/views/groups/merge_requests.html.haml index 93a07f4ed8939e56b525c27aa7b4f369ac6fc409..8a9b03535bc2e2383881b5318c76d012b2f0a190 100644 --- a/app/views/groups/merge_requests.html.haml +++ b/app/views/groups/merge_requests.html.haml @@ -1,8 +1,11 @@ %h3.page-title Merge Requests - %small (authored by or assigned to you) - %small.pull-right #{@merge_requests.total_count} merge requests + %span.pull-right #{@merge_requests.total_count} merge requests +%p.light + Authored or assigned to you from + %strong #{@group.name} + group. To see all merge requests you should visit #{link_to 'dashboard', merge_requests_dashboard_path} page. %hr .row .span3