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
0cccdfad
Commit
0cccdfad
authored
Apr 21, 2021
by
Yogi
Committed by
Enrique Alcántara
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-success in emails directory
parent
9d9b902a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/btn-confirm-emails.yml
changelogs/unreleased/btn-confirm-emails.yml
+5
-0
ee/app/views/admin/emails/show.html.haml
ee/app/views/admin/emails/show.html.haml
+1
-1
No files found.
changelogs/unreleased/btn-confirm-emails.yml
0 → 100644
View file @
0cccdfad
---
title
:
Move to btn-confirm from btn-success in emails directory
merge_request
:
58029
author
:
Yogi (@yo)
type
:
changed
ee/app/views/admin/emails/show.html.haml
View file @
0cccdfad
...
...
@@ -26,4 +26,4 @@
.col-sm-10
=
admin_email_select_tag
(
:recipients
)
.form-actions
=
submit_tag
_
(
'Send message'
),
class:
'gl-button btn btn-
success
'
,
disabled:
admin_emails_are_currently_rate_limited?
=
submit_tag
_
(
'Send message'
),
class:
'gl-button btn btn-
confirm
'
,
disabled:
admin_emails_are_currently_rate_limited?
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