Commit 09f517ad authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Brandon Labuschagne

Replace bootstrap alerts in app/.../show.html.haml

parent c260eed3
......@@ -2,8 +2,10 @@
- @content_class = "limit-container-width" unless fluid_layout
- if current_user.ldap_user?
.alert.alert-info
= s_('Profiles|Some options are unavailable for LDAP accounts')
.gl-alert.gl-alert-info.gl-my-5
= sprite_icon('information-o', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
= s_('Profiles|Some options are unavailable for LDAP accounts')
.row.gl-mt-3
.col-lg-4.profile-settings-sidebar
......
---
title: Replace bootstrap alerts in app/views/profiles/accounts/show.html.haml
merge_request: 41299
author: Gilang Gumilar
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment