debian-mirror-gitlab/app/views/instance_statistics/conversational_development_index/_callout.html.haml

14 lines
768 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
.prepend-top-default
.user-callout{ data: { uid: 'convdev_intro_callout_dismissed' } }
.bordered-box.landing.content-block
%button.btn.btn-default.close.js-close-callout{ type: 'button',
2019-03-02 22:35:43 +05:30
'aria-label' => _('Dismiss ConvDev introduction') }
2017-09-10 17:25:29 +05:30
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
.user-callout-copy
%h4
2019-03-02 22:35:43 +05:30
= _('Introducing Your Conversational Development Index')
2017-09-10 17:25:29 +05:30
%p
2019-03-02 22:35:43 +05:30
= _('Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers.')
2017-09-10 17:25:29 +05:30
.svg-container.convdev
= custom_icon('convdev_overview')