Skip to content
Snippets Groups Projects
Commit 7b8ad807 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Merge branch 'remove-useless-text-tips' into 'master'


Remove useless text tips on commonly used pages

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

See merge request !2687
parents 90352ee1 a4416587
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,8 +16,5 @@
 
= render 'shared/issuable/filter', type: :issues
 
.gray-content-block.second-block
List all issues from all projects you have access to.
.prepend-top-default
= render 'shared/issues'
Loading
Loading
@@ -7,8 +7,5 @@
 
= render 'shared/issuable/filter', type: :merge_requests
 
.gray-content-block.second-block
List all merge requests from all projects you have access to.
.prepend-top-default
= render 'shared/merge_requests'
Loading
Loading
@@ -7,9 +7,6 @@
 
= render 'shared/milestones_filter'
 
.gray-content-block
List all milestones from all projects you have access to.
.milestones
%ul.content-list
- if @milestones.blank?
Loading
Loading
Loading
Loading
@@ -11,9 +11,6 @@
 
= render 'shared/milestones_filter'
 
.gray-content-block
Milestone allows you to group issues and set due date for it
.milestones
%ul.content-list
= render @milestones
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment