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
8b620072
Commit
8b620072
authored
Sep 03, 2020
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace bootstrap alerts using using Gitlab UI
parent
921a6ad5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml
...trap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml
+5
-0
ee/app/views/groups/push_rules/edit.html.haml
ee/app/views/groups/push_rules/edit.html.haml
+1
-1
No files found.
changelogs/unreleased/233652-replace-bootstrap-alerts-in-ee-app-views-groups-push_rules-edit-ht.yml
0 → 100644
View file @
8b620072
---
title
:
Replace bootstrap alerts in ee/app/views/groups/push_rules/edit.html.haml
merge_request
:
41069
author
:
Jacopo Beschi @jacopo-beschi
type
:
changed
ee/app/views/groups/push_rules/edit.html.haml
View file @
8b620072
...
...
@@ -8,7 +8,7 @@
=
form_for
@push_rule
,
url:
group_push_rules_path
(
@group
),
as: :push_rule
,
method: :put
do
|
f
|
-
if
@push_rule
.
errors
.
any?
.
alert.
alert-danger
.
gl-alert.gl-
alert-danger
-
@push_rule
.
errors
.
full_messages
.
each
do
|
msg
|
%p
=
msg
=
render
"shared/push_rules/form"
,
f:
f
,
context:
@group
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