Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
retribute.me
Commits
051da8e7
Commit
051da8e7
authored
Sep 30, 2019
by
Ciarán Ainsworth
Browse files
Updated router links on footer
parent
fc939903
Pipeline
#5999
passed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
051da8e7
...
...
@@ -16,24 +16,28 @@
<div
class=
"pure-menu custom-restricted-width"
>
<ul
class=
"pure-menu-list"
>
<li>
<a
href=
"https://funkwhale.audio/en_US/collective"
target=
"_blank"
<router-link
:to=
"
{
name: 'collective',
params: { locale: $language.current }
}"
>
<translate
translate-context=
"Content/Footer/List.Item"
>
Collective and statutes
</translate
>
</
a
>
</
router-link
>
</li>
<li>
<a
href=
"https://funkwhale.audio/en_US/code-of-conduct"
target=
"_blank"
<router-link
:to=
"
{
name: 'coc',
params: { locale: $language.current }
}"
>
<translate
translate-context=
"Content/Footer/List.Item"
>
Code of Conduct
</translate
>
</
a
>
</
router-link
>
</li>
<li>
<a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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