Commit 23a66ff1 authored by Victor Wu's avatar Victor Wu Committed by Winnie Hellmann

Resolve "Remove help text regarding group issues on group issues page (and...

Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)"
parent c02baddf
......@@ -19,13 +19,6 @@
= render 'shared/issuable/search_bar', type: :issues
.row-content-block.second-block
Only issues from the
%strong= @group.name
group are listed here.
- if current_user
To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
= render 'shared/issues'
- else
= render 'shared/empty_states/issues', project_select_button: true
......@@ -15,11 +15,4 @@
= render 'shared/issuable/search_bar', type: :merge_requests
.row-content-block.second-block
Only merge requests from
%strong= @group.name
group are listed here.
- if current_user
To see all merge requests you should visit #{link_to 'dashboard', merge_requests_dashboard_path} page.
= render 'shared/merge_requests'
---
title: Remove help text from group issues page and group merge requests page
merge_request: 14963
author:
type: removed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment