summaryrefslogtreecommitdiff
path: root/app/views/projects/services/alerts/_top.html.haml
blob: e3bcb6bd3a07bea2dd439f252e3662e285fd9425 (plain)
1
2
3
4
5
6
7
8
.row
  .col-lg-12
    .gl-alert.gl-alert-info{ role: 'alert' }
      = sprite_icon('information-o', 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'