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
e9f76ac0
Commit
e9f76ac0
authored
Nov 04, 2021
by
eugielimpin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix illustration paths in survey response page
Changelog: fixed EE: true
parent
c8d00736
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/app/views/survey_responses/index.html.haml
ee/app/views/survey_responses/index.html.haml
+2
-2
No files found.
ee/app/views/survey_responses/index.html.haml
View file @
e9f76ac0
...
...
@@ -12,11 +12,11 @@
%p
=
_
(
'Have more to say about GitLab?'
)
.gl-display-flex.gl-justify-content-center.gl-md-max-w-30p.gl-m-auto.gl-mb-5
.gl-px-5
=
image_tag
'illustrations/chat.svg'
,
class:
'gl-mb-3'
=
image_tag
'illustrations/chat
-bubble-sm
.svg'
,
class:
'gl-mb-3'
%p
=
_
(
'Have a quick chat with us about your experience.'
)
-
if
@show_incentive
.gl-px-5
=
image_tag
'illustrations/gift.svg'
,
class:
'gl-mb-3'
=
image_tag
'illustrations/gift
-sm
.svg'
,
class:
'gl-mb-3'
%p
=
html_escape
(
_
(
'Receive a %{strongOpen}$50 gift card%{strongClose} as a thank you for your time.'
))
%
{
strongOpen:
'<strong>'
.
html_safe
,
strongClose:
'</strong>'
.
html_safe
}
%p
.gl-pt-2
=
link_to
_
(
"Let's talk!"
),
@invite_link
,
target:
'_blank'
,
rel:
'noopener noreferrer'
,
class:
'gl-button btn btn-confirm'
-
else
...
...
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