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
e3707965
Commit
e3707965
authored
Mar 08, 2021
by
Yogi
Committed by
Vitaly Slobodin
Mar 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from btn-success to btn-confirm in shared/gitpod directory
parent
37d862c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/shared/gitpod/_enable_gitpod_modal.html.haml
app/views/shared/gitpod/_enable_gitpod_modal.html.haml
+2
-2
changelogs/unreleased/btn-confirm-shared-gitpod.yml
changelogs/unreleased/btn-confirm-shared-gitpod.yml
+5
-0
No files found.
app/views/shared/gitpod/_enable_gitpod_modal.html.haml
View file @
e3707965
...
...
@@ -8,5 +8,5 @@
.modal-body.p-3
%p
=
(
_
(
"To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}."
)
%
{
user_prefs:
link_to
(
_
(
'user preferences'
),
profile_preferences_path
(
anchor:
'gitpod'
))
}).
html_safe
.modal-footer
=
link_to
_
(
'Cancel'
),
'#'
,
class:
"
btn
btn-cancel"
,
"data-dismiss"
=>
"modal"
=
link_to
_
(
'Enable Gitpod'
),
profile_path
(
user:
{
gitpod_enabled:
true
}),
class:
'
btn btn-success
'
,
method: :put
=
link_to
_
(
'Cancel'
),
'#'
,
class:
"
gl-button btn btn-default
btn-cancel"
,
"data-dismiss"
=>
"modal"
=
link_to
_
(
'Enable Gitpod'
),
profile_path
(
user:
{
gitpod_enabled:
true
}),
class:
'
gl-button btn btn-confirm
'
,
method: :put
changelogs/unreleased/btn-confirm-shared-gitpod.yml
0 → 100644
View file @
e3707965
---
title
:
Move from btn-success to btn-confirm in shared/gitpod directory
merge_request
:
55301
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