Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_promote_servicedesk.html.haml « promotions « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57ac1370f8de10fd54a8cb7edc934343f55c65b6 (plain)
1
2
3
4
5
6
7
8
= render Pajamas::BannerComponent.new(banner_options: {class: 'js-service-desk-callout', data: {uid: 'promote_service_desk_dismissed'}, id: 'promote_service_desk'},
  close_options: {'aria-label' => s_('Promotions|Dismiss Service Desk promotion'), class: 'js-close-callout'},
  svg_path: 'illustrations/service_desk_callout.svg',
  button_text: s_('Promotions|Configure Service Desk'), button_link: help_page_path('user/project/service_desk.html', anchor: 'configuring-service-desk')) do |c|
  - c.title do
    = _('Improve customer support with Service Desk')
  %p
    = _('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.')