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
b7533aaa
Commit
b7533aaa
authored
Mar 17, 2021
by
Yogi
Committed by
Phil Hughes
Mar 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from btn-success to btn-confirm in pipeline_schedules directory
parent
02ee1271
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/projects/pipeline_schedules/_form.html.haml
app/views/projects/pipeline_schedules/_form.html.haml
+1
-1
app/views/projects/pipeline_schedules/index.html.haml
app/views/projects/pipeline_schedules/index.html.haml
+1
-1
changelogs/unreleased/btn-confirm-schedules.yml
changelogs/unreleased/btn-confirm-schedules.yml
+5
-0
No files found.
app/views/projects/pipeline_schedules/_form.html.haml
View file @
b7533aaa
...
...
@@ -39,5 +39,5 @@
=
f
.
check_box
:active
,
required:
false
,
value:
@schedule
.
active?
=
f
.
label
:active
,
_
(
'Active'
),
class:
'gl-font-weight-normal'
.footer-block.row-content-block
=
f
.
submit
_
(
'Save pipeline schedule'
),
class:
'btn gl-button btn-
success
'
=
f
.
submit
_
(
'Save pipeline schedule'
),
class:
'btn gl-button btn-
confirm
'
=
link_to
_
(
'Cancel'
),
pipeline_schedules_path
(
@project
),
class:
'btn gl-button btn-default btn-cancel'
app/views/projects/pipeline_schedules/index.html.haml
View file @
b7533aaa
...
...
@@ -9,7 +9,7 @@
-
if
can?
(
current_user
,
:create_pipeline_schedule
,
@project
)
.nav-controls
=
link_to
new_project_pipeline_schedule_path
(
@project
),
class:
'btn gl-button btn-
success
'
do
=
link_to
new_project_pipeline_schedule_path
(
@project
),
class:
'btn gl-button btn-
confirm
'
do
%span
=
_
(
'New schedule'
)
-
if
@schedules
.
present?
...
...
changelogs/unreleased/btn-confirm-schedules.yml
0 → 100644
View file @
b7533aaa
---
title
:
Move from btn-success to btn-confirm in pipeline_schedules directory
merge_request
:
56201
author
:
Yogi (@yo)
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