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

_top.html.haml « alerts « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebc9397883248571fe4ccb2412304d340a2ace1b (plain)
1
2
3
4
5
6
7
8
.row
  .col-lg-12
    .gl-alert.gl-alert-info.js-alerts-moved-alert{ role: 'alert' }
      = sprite_icon('information-o', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
      .gl-alert-body
        = _('You can now manage alert endpoint configuration in the Alerts section on the Operations settings page. Fields on this page have been deprecated.')
      .gl-alert-actions
        = link_to _('Visit settings page'), project_settings_operations_path(@project, anchor: 'js-alert-management-settings'), class: 'btn gl-alert-action btn-info new-gl-button'