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: 3a5123acdebe0ecae2cef0409204b56baf403c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
.user-callout.promotion-callout.js-service-desk-callout#promote_service_desk{ data: { uid: 'promote_service_desk_dismissed' } }
  .bordered-box.content-block
    %button.btn.btn-default.close.js-close-callout{ type: 'button', 'aria-label' => 'Dismiss Service Desk promotion' }
      = sprite_icon('close', size: 16, css_class: 'dismiss-icon')
    .svg-container
      = custom_icon('icon_service_desk')
    .user-callout-copy
      %h4
        = _("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.")