debian-mirror-gitlab/app/views/shared/promotions/_promote_servicedesk.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
819 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
.user-callout.promotion-callout.js-service-desk-callout#promote_service_desk{ data: { uid: 'promote_service_desk_dismissed' } }
.bordered-box.content-block
2021-04-29 21:17:54 +05:30
%button.gl-button.btn.btn-default.close.js-close-callout{ type: 'button', 'aria-label' => 'Dismiss Service Desk promotion' }
2020-11-24 15:15:51 +05:30
= sprite_icon('close', size: 16, css_class: 'dismiss-icon')
2020-07-28 23:09:34 +05:30
.svg-container
= custom_icon('icon_service_desk')
.user-callout-copy
%h4
2021-03-08 18:12:59 +05:30
= _("Improve customer support with Service Desk")
2020-07-28 23:09:34 +05:30
%p
2021-03-08 18:12:59 +05:30
= _("Service Desk allows people to create issues in your GitLab instance without their own user account. It provides a unique email address for end users to create issues in a project. Replies can be sent either through the GitLab interface or by email. End users only see threads through email.")