Commit 309ecdd5 authored by Bryce Johnson's avatar Bryce Johnson

Remove unused empty state content.

parent c3ef1f74
...@@ -7,20 +7,8 @@ ...@@ -7,20 +7,8 @@
.svg-content .svg-content
= render 'shared/empty_states/icons/service_desk_empty_state.svg' = render 'shared/empty_states/icons/service_desk_empty_state.svg'
.col-xs-12.text-center .col-xs-12.text-center
.text-content .text-content.text-center
- if has_button && current_user %h4 Use Service desk to connect with your users (e.g. to offer customer support) through email right inside GitLab.
%h4 %p Have your users email incoming+victorwu/acme-lawncare-ios@gitlab.com. Those emails automatically become issues (with the comments becoming the email conversation) listed here.
The Issue Tracker is the place to add things that need to be improved or solved in a project %a{ href: '#' } Read more
%p
Issues can be bugs, tasks or ideas to be discussed.
Also, issues are searchable and filterable.
- if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue', type: :issues
- else
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
- else
.text-center
%h4 Use Service desk to connect with your users (e.g. to offer customer support) through email right inside GitLab.
%p Have your users email incoming+victorwu/acme-lawncare-ios@gitlab.com. Those emails automatically become issues (with the comments becoming the email conversation) listed here.
%a{ href: '#' } Read more
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