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
3dada826
Commit
3dada826
authored
Feb 22, 2021
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to btn-confirm from btn-primary
for remaining stuff
parent
3e56ac85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/views/shared/_gold_trial_callout_content.html.haml
ee/app/views/shared/_gold_trial_callout_content.html.haml
+1
-1
ee/spec/frontend/ee_trial_banner/ee_trial_banner_spec.js
ee/spec/frontend/ee_trial_banner/ee_trial_banner_spec.js
+1
-1
No files found.
ee/app/views/shared/_gold_trial_callout_content.html.haml
View file @
3dada826
...
...
@@ -13,7 +13,7 @@
%p
.mb-0
%span
=
_
(
'Try all GitLab has to offer for 30 days.'
)
%span
.d-none.d-sm-inline
=
_
(
'No credit card required.'
)
=
link_to
_
(
'Start your trial'
),
new_trial_registration_path
(
glm_source:
'gitlab.com'
,
glm_content:
'gold-callout'
),
class:
"btn btn-
primary
mt-2 mt-sm-0
#{
button_css_class
}
"
,
target:
'_blank'
=
link_to
_
(
'Start your trial'
),
new_trial_registration_path
(
glm_source:
'gitlab.com'
,
glm_content:
'gold-callout'
),
class:
"btn btn-
confirm gl-button
mt-2 mt-sm-0
#{
button_css_class
}
"
,
target:
'_blank'
-
if
is_dismissable
%button
.btn.btn-default.close.js-close
{
type:
'button'
,
...
...
ee/spec/frontend/ee_trial_banner/ee_trial_banner_spec.js
View file @
3dada826
...
...
@@ -19,7 +19,7 @@ describe('EE gitlab license banner dismiss', () => {
setFixtures
(
`
<div class="js-gitlab-ee-license-banner">
<button class="js-close"></button>
<a href="#" class="btn gl-button btn-
primary
"></a>
<a href="#" class="btn gl-button btn-
confirm
"></a>
</div>
`
);
...
...
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