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
d7ff69ab
Commit
d7ff69ab
authored
Nov 12, 2019
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SaaS trial header to include Gold
parent
febfd21e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
7 deletions
+12
-7
changelogs/unreleased/36142-update-saas-trial-header-to-include-the-tier-gold.yml
...142-update-saas-trial-header-to-include-the-tier-gold.yml
+5
-0
ee/app/views/trial_registrations/new.html.haml
ee/app/views/trial_registrations/new.html.haml
+2
-2
ee/app/views/trials/new.html.haml
ee/app/views/trials/new.html.haml
+2
-2
ee/app/views/trials/select.html.haml
ee/app/views/trials/select.html.haml
+1
-1
ee/spec/features/trial_registrations/signup_spec.rb
ee/spec/features/trial_registrations/signup_spec.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
changelogs/unreleased/36142-update-saas-trial-header-to-include-the-tier-gold.yml
0 → 100644
View file @
d7ff69ab
---
title
:
Update SaaS trial header to include the tier Gold
merge_request
:
19970
author
:
type
:
changed
ee/app/views/trial_registrations/new.html.haml
View file @
d7ff69ab
-
page_title
_
(
'Start a Free Trial'
)
-
page_title
_
(
'Start a Free
Gold
Trial'
)
%h2
.center.py-6
=
_
(
'Start a Free Trial'
)
=
_
(
'Start a Free
Gold
Trial'
)
%div
-
if
any_form_based_providers_enabled?
...
...
ee/app/views/trials/new.html.haml
View file @
d7ff69ab
-
page_title
_
(
'Start a Free Trial'
)
-
page_title
_
(
'Start a Free
Gold
Trial'
)
%h3
.center.pt-6
=
_
(
'Start a Free Trial'
)
=
_
(
'Start a Free
Gold
Trial'
)
%p
.center
=
_
(
'We need some additional information to activate your free trial'
)
...
...
ee/app/views/trials/select.html.haml
View file @
d7ff69ab
-
page_title
_
(
'Start a Free Trial'
)
-
page_title
_
(
'Start a Free
Gold
Trial'
)
%h3
.center.pt-6
=
_
(
'Almost there'
)
...
...
ee/spec/features/trial_registrations/signup_spec.rb
View file @
d7ff69ab
...
...
@@ -46,7 +46,7 @@ describe 'Trial Sign Up', :js do
wait_for_requests
expect
(
current_path
).
to
eq
(
new_trial_path
)
expect
(
page
).
to
have_content
(
'Start a Free Trial'
)
expect
(
page
).
to
have_content
(
'Start a Free
Gold
Trial'
)
end
end
...
...
locale/gitlab.pot
View file @
d7ff69ab
...
...
@@ -16145,7 +16145,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
msgid "Start a Free Trial"
msgid "Start a Free
Gold
Trial"
msgstr ""
msgid "Start a new discussion..."
...
...
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