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
339d0f0a
Commit
339d0f0a
authored
Sep 07, 2020
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaces bootstrap alerts in ee/app/views/admin/push_rules/_push_rules
parent
921a6ad5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/views/admin/push_rules/_push_rules.html.haml
ee/app/views/admin/push_rules/_push_rules.html.haml
+1
-1
ee/changelogs/unreleased/233655-replace-bootstrap-alerts-in-app-views-layouts-fullscreen-html-haml.yml
...trap-alerts-in-app-views-layouts-fullscreen-html-haml.yml
+5
-0
No files found.
ee/app/views/admin/push_rules/_push_rules.html.haml
View file @
339d0f0a
=
form_for
@push_rule
,
url:
admin_push_rule_path
,
method: :put
,
html:
{
class:
'fieldset-form'
}
do
|
f
|
=
form_for
@push_rule
,
url:
admin_push_rule_path
,
method: :put
,
html:
{
class:
'fieldset-form'
}
do
|
f
|
-
if
@push_rule
.
errors
.
any?
-
if
@push_rule
.
errors
.
any?
.
alert.
alert-danger
.
gl-alert.gl-
alert-danger
-
@push_rule
.
errors
.
full_messages
.
each
do
|
msg
|
-
@push_rule
.
errors
.
full_messages
.
each
do
|
msg
|
%p
=
msg
%p
=
msg
=
render
"shared/push_rules/form"
,
f:
f
,
context:
nil
=
render
"shared/push_rules/form"
,
f:
f
,
context:
nil
ee/changelogs/unreleased/233655-replace-bootstrap-alerts-in-app-views-layouts-fullscreen-html-haml.yml
0 → 100644
View file @
339d0f0a
---
title
:
Replace bootstrap alerts in ee/app/views/admin/push_rules/_push_rules.html.haml
merge_request
:
41072
author
:
Jacopo Beschi @jacopo-beschi
type
:
changed
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