Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
b53bf45c
Verified
Commit
b53bf45c
authored
Oct 16, 2019
by
Eliot Berriot
Browse files
Fix #945: Fixed escaped pod name displayed on home/about page
parent
db807101
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/945.bugfix
0 → 100644
View file @
b53bf45c
Fixed escaped pod name displayed on home/about page (#945)
front/src/components/About.vue
View file @
b53bf45c
...
...
@@ -3,10 +3,12 @@
<section
:class=
"['ui', 'head',
{'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
<div
class=
"segment-content"
>
<h1
class=
"ui center aligned large header"
>
<translate
translate-context=
"Content/Home/Header"
<span
v-translate=
"
{podName: podName}"
translate-context="Content/Home/Header"
:translate-params="{podName: podName}">
About %{ podName }
</
translate
>
About %{ podName }
!
</
span
>
<div
v-if=
"shortDescription"
class=
"sub header"
>
{{
shortDescription
}}
</div>
...
...
front/src/components/Home.vue
View file @
b53bf45c
...
...
@@ -3,10 +3,12 @@
<section
:class=
"['ui', 'head',
{'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
<div
class=
"segment-content"
>
<h1
class=
"ui center aligned large header"
>
<translate
translate-context=
"Content/Home/Header"
<span
v-translate=
"
{podName: podName}"
translate-context="Content/Home/Header"
:translate-params="{podName: podName}">
Welcome to %{ podName }!
</
translate
>
</
span
>
<div
v-if=
"shortDescription"
class=
"sub header"
>
{{
shortDescription
}}
</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