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
2a0bc7f3
Commit
2a0bc7f3
authored
Mar 07, 2022
by
Serhii Yarynovskyi
Committed by
Mayra Cabrera
Mar 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broadcast message on subscriptions page
parent
6b63ae26
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
18 deletions
+11
-18
ee/app/assets/javascripts/subscriptions/new/components/app.vue
...p/assets/javascripts/subscriptions/new/components/app.vue
+2
-2
ee/app/views/layouts/checkout.html.haml
ee/app/views/layouts/checkout.html.haml
+5
-4
ee/spec/frontend/subscriptions/new/components/__snapshots__/app_spec.js.snap
...bscriptions/new/components/__snapshots__/app_spec.js.snap
+4
-12
No files found.
ee/app/assets/javascripts/subscriptions/new/components/app.vue
View file @
2a0bc7f3
...
...
@@ -16,14 +16,14 @@ export default {
};
</
script
>
<
template
>
<div
class=
"gl-h-full"
>
<div>
<gitlab-experiment
name=
"cart_abandonment_modal"
>
<template
#candidate
>
<modal
/>
</
template
>
</gitlab-experiment>
<step-order-app
class=
"gl-h-full"
>
<step-order-app>
<
template
#checkout
>
<checkout
/>
</
template
>
...
...
ee/app/views/layouts/checkout.html.haml
View file @
2a0bc7f3
!!! 5
%html
.subscriptions-layout-html
{
lang:
'en'
}
=
render
'layouts/head'
%body
.ui-indigo.
d-flex.vh-100
{
data:
body_data
}
%body
.ui-indigo.
gl-display-flex
{
data:
body_data
}
=
render
"layouts/header/logo_with_title"
=
render
"layouts/broadcast"
.container.d-flex.gl-flex-direction-column.m-0
=
yield
.container.gl-display-flex.gl-flex-direction-column.gl-m-0.gl-px-0
=
render
"layouts/broadcast"
.gl-px-5
=
yield
ee/spec/frontend/subscriptions/new/components/__snapshots__/app_spec.js.snap
View file @
2a0bc7f3
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App component cart_abandonment_modal experiment candidate matches the snapshot 1`] = `
<div
class="gl-h-full"
>
<div>
<gl-modal-stub
dismisslabel="Close"
modalclass=""
...
...
@@ -18,20 +16,14 @@ exports[`App component cart_abandonment_modal experiment candidate matches the s
</gl-modal-stub>
<step-order-app-stub
class="gl-h-full"
/>
<step-order-app-stub />
</div>
`;
exports[`App component cart_abandonment_modal experiment control matches the snapshot 1`] = `
<div
class="gl-h-full"
>
<div>
<!---->
<step-order-app-stub
class="gl-h-full"
/>
<step-order-app-stub />
</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