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
393f6521
Commit
393f6521
authored
Oct 08, 2020
by
pburdette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace bootstrap alert
Replace boostrap alert with gitlab-ui alert.
parent
30053faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/app/views/projects/_merge_request_approvals_settings_form.html.haml
...projects/_merge_request_approvals_settings_form.html.haml
+3
-3
No files found.
ee/app/views/projects/_merge_request_approvals_settings_form.html.haml
View file @
393f6521
...
...
@@ -10,10 +10,10 @@
=
sprite_icon
(
'spinner'
,
size:
24
,
css_class:
'gl-spinner'
)
-
if
project
.
code_owner_approval_required_available?
.
alert.alert-dismissible.alert-primary
.fade.in.show
{
role:
"alert"
}
%button
.
close
{
type:
"button"
,
'data-dismiss'
:
"alert"
,
'aria-label'
:
"Close"
}
.
gl-alert.gl-alert-info
.fade.in.show
{
role:
"alert"
}
%button
.
js-close.gl-alert-dismiss
{
type:
"button"
,
'data-dismiss'
:
"alert"
,
'aria-label'
:
"Close"
}
%span
=
sprite_icon
(
'close'
)
=
sprite_icon
(
'close'
,
size:
16
,
css_class:
'gl-icon'
)
%span
-
banner_url
=
project_settings_repository_path
(
project
,
anchor:
'js-protected-branches-settings'
)
-
banner_link_start
=
'<a href="%{url}"><strong>'
.
html_safe
%
{
url:
banner_url
}
...
...
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