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
69cb990a
Commit
69cb990a
authored
Apr 22, 2020
by
Jackie Fraser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link Buy additional minutes button straight to funnel
parent
9ebe0fde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ee/app/views/namespaces/pipelines_quota/_list.haml
ee/app/views/namespaces/pipelines_quota/_list.haml
+1
-1
ee/changelogs/unreleased/gitlab-org-growth-product-1515-buy-additional-minutes-link-straight-to.yml
...-product-1515-buy-additional-minutes-link-straight-to.yml
+5
-0
ee/spec/features/groups/usage_quotas_spec.rb
ee/spec/features/groups/usage_quotas_spec.rb
+1
-1
No files found.
ee/app/views/namespaces/pipelines_quota/_list.haml
View file @
69cb990a
...
...
@@ -6,7 +6,7 @@
.col-sm-6.offset-sm-6
-
if
::
Gitlab
.
com?
=
link_to
s_
(
'UsageQuota|Buy additional minutes'
),
EE
::
SUBSCRIPTIONS_
PLAN
S_URL
,
EE
::
SUBSCRIPTIONS_
MORE_MINUTE
S_URL
,
target:
'_blank'
,
class:
'btn btn-inverted btn-success float-right'
,
data:
{
track_event:
'click_buy_ci_minutes'
,
track_label:
namespace
.
actual_plan_name
,
track_property:
'pipeline_quota_page'
}
...
...
ee/changelogs/unreleased/gitlab-org-growth-product-1515-buy-additional-minutes-link-straight-to.yml
0 → 100644
View file @
69cb990a
---
title
:
Link Buy additional minutes button straight to funnel
merge_request
:
30248
author
:
type
:
changed
ee/spec/features/groups/usage_quotas_spec.rb
View file @
69cb990a
...
...
@@ -129,7 +129,7 @@ describe 'Groups > Usage Quotas' do
it
'has correct tracking setup and shows correct group quota and projects info'
do
visit_pipeline_quota_page
expect
(
page
).
to
have_
content
(
'Buy additional minutes'
)
expect
(
page
).
to
have_
link
(
'Buy additional minutes'
,
href:
EE
::
SUBSCRIPTIONS_MORE_MINUTES_URL
)
page
.
within
(
'.pipeline-quota'
)
do
expect
(
page
).
to
have_content
(
"1000 / 500 minutes"
)
...
...
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