Merge branch '39297-remove-help-text-regarding-group-issues-on-group-issues-page-and-group-merge-requests-page' into 'master'

Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)"

Closes #39297

See merge request gitlab-org/gitlab-ce!14963
This commit is contained in:
Sean McGivern 2017-10-20 15:47:39 +00:00
commit 8c79310e27
3 changed files with 5 additions and 14 deletions

View File

@ -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

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
title: Remove help text from group issues page and group merge requests page
merge_request: 14963
author:
type: removed