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
5c16aff8
Commit
5c16aff8
authored
Jul 30, 2021
by
Daniel Fosco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy: Update survey callout text
Changelog: changed
parent
a5695bb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
app/assets/javascripts/environments/components/environments_app.vue
.../javascripts/environments/components/environments_app.vue
+18
-1
gitlab
gitlab
+1
-0
No files found.
app/assets/javascripts/environments/components/environments_app.vue
View file @
5c16aff8
<
script
>
import
{
GlBadge
,
GlButton
,
GlModalDirective
,
GlTab
,
GlTabs
}
from
'
@gitlab/ui
'
;
import
{
GlBadge
,
GlButton
,
GlModalDirective
,
GlTab
,
GlTabs
,
GlAlert
}
from
'
@gitlab/ui
'
;
import
createFlash
from
'
~/flash
'
;
import
{
s__
}
from
'
~/locale
'
;
import
eventHub
from
'
../event_hub
'
;
...
...
@@ -15,6 +15,11 @@ export default {
i18n
:
{
newEnvironmentButtonLabel
:
s__
(
'
Environments|New environment
'
),
reviewAppButtonLabel
:
s__
(
'
Environments|Enable review app
'
),
surveyAlertTitle
:
s__
(
'
Environments|Help us improve environments
'
),
surveyAlertText
:
s__
(
'
Environments|Your feedback helps GitLab make environments better for you and other users. Participate and enter a sweepstake to win a $30 giftcard.
'
,
),
surveyAlertButtonLabel
:
s__
(
'
Environments|Take the survey
'
),
},
modal
:
{
id
:
'
enable-review-app-info
'
,
...
...
@@ -25,6 +30,7 @@ export default {
EnableReviewAppModal
,
GlBadge
,
GlButton
,
GlAlert
,
GlTab
,
GlTabs
,
StopEnvironmentModal
,
...
...
@@ -135,6 +141,17 @@ export default {
>
{{
$options
.
i18n
.
newEnvironmentButtonLabel
}}
</gl-button
>
</div>
<gl-alert
class=
"gl-my-4"
title=
"$options.i18n.surveyAlertTitle"
primary-button-text=
"$options.i18n.surveyAlertButtonLabel"
variant=
"info"
dismissible
dismiss-label=
"Dismiss"
primary-button-link=
"https://gitlab.fra1.qualtrics.com/jfe/form/SV_a2xyFsAA4D0w0Jg"
>
<span>
{{
$options
.
i18n
.
surveyAlertText
}}
</span>
</gl-alert>
<gl-tabs
:value=
"activeTab"
content-class=
"gl-display-none"
>
<gl-tab
v-for=
"(tab, idx) in tabs"
...
...
gitlab
0 → 120000
View file @
5c16aff8
/workspace/gitlab
\ No newline at end of file
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