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

_alert_info.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e47c100909ad1a75172456e2a97b7cf8f7037505 (plain)
1
2
3
4
5
6
.gl-alert.gl-alert-info
  = sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
  %button.js-close.gl-alert-dismiss{ type: 'button', 'aria-label' => _('Dismiss') }
    = sprite_icon('close', css_class: 'gl-icon')
  .gl-alert-body
    = body