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
Mélanie Chauvel
funkwhale
Commits
701bffaf
Commit
701bffaf
authored
Mar 01, 2019
by
Eliot Berriot
Browse files
Merge branch 'button404' into 'develop'
Fixed button design 404 not found See merge request
funkwhale/funkwhale!637
parents
56b92b05
ec09281d
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/PageNotFound.vue
View file @
701bffaf
...
...
@@ -11,7 +11,7 @@
<p><translate
:translate-context=
"'Content/*/Paragraph'"
>
Sorry, the page you asked for does not exist:
</translate></p>
<a
:href=
"path"
>
{{
path
}}
</a>
<div
class=
"ui hidden divider"
></div>
<router-link
class=
"ui icon button"
to=
"/"
>
<router-link
class=
"ui icon
labeled right
button"
to=
"/"
>
<translate
:translate-context=
"'Content/*/Button.Label/Verb'"
>
Go to home page
</translate>
<i
class=
"right arrow icon"
></i>
</router-link>
...
...
Write
Preview
Supports
Markdown
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