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

_callout.html.haml « dev_ops_report « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b4c258a00ccfc60f5dc6528e258e82f0f7fd1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.gl-mt-3
.user-callout{ data: { uid: 'dev_ops_report_intro_callout_dismissed' } }
  .bordered-box.landing.content-block
    %button.gl-button.btn.btn-default-tertiary.close.js-close-callout{ type: 'button',
      'aria-label' => _('Dismiss DevOps Report introduction') }
      = sprite_icon('close', size: 16, css_class: 'dismiss-icon')
    .user-callout-copy
      %h4
        = _('Introducing Your DevOps Report')
      %p
        = _('Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. Use it to view how you compare with other organizations.')
    .svg-container.devops
      = custom_icon('dev_ops_report_overview')