Merge branch 'button404' into 'develop'

Fixed button design 404 not found

See merge request funkwhale/funkwhale!637
merge-requests/671/head
Eliot Berriot 2019-03-01 14:35:15 +01:00
commit 701bffaf0b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>