Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6a165459
Commit
6a165459
authored
Mar 18, 2022
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update saml response alert
- use shared component Changelog: other EE: true
parent
6d7f66dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
ee/app/views/groups/saml_providers/_response_debug.html.haml
ee/app/views/groups/saml_providers/_response_debug.html.haml
+4
-6
No files found.
ee/app/views/groups/saml_providers/_response_debug.html.haml
View file @
6a165459
=
bootstrap_form_for
@saml_response_check
.
tap
(
&
:valid?
),
url:
'#'
,
html:
{
class:
'gl-show-field-errors'
}
do
|
f
|
-
if
f
.
object
.
valid?
.gl-alert.gl-alert-success
.gl-alert-container
=
sprite_icon
(
'check-circle'
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
.gl-alert-content
=
render
'shared/global_alert'
,
variant: :success
do
.gl-alert-body
=
s_
(
'GroupSAML|Valid SAML Response'
)
=
f
.
errors_on
:xml_response
,
hide_attribute_name:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment