Commit f8776e0a authored by Bryce Johnson's avatar Bryce Johnson

Use service_desk_address in empty state, and break into templates.

parent 66e84693
- button_path = local_assigns.fetch(:button_path, false)
- project_select_button = local_assigns.fetch(:project_select_button, false)
- has_button = button_path || project_select_button
.row.empty-state .row.empty-state
.col-xs-12 .col-xs-12
.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-center .text-content
%h4 Use Service desk to connect with your users (e.g. to offer customer support) through email right inside GitLab. = render 'service_desk_empty_state_content'
%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
.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
%code= @project.service_desk_address
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