mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 22:49:16 +02:00
See #327: Cleaned now unused backend.absoluteUrl and config module
This commit is contained in:
parent
f3e2193782
commit
2e3a2cd6dd
20 changed files with 24 additions and 61 deletions
|
@ -39,7 +39,13 @@
|
|||
<template v-else>{{ $t('Source code') }}</template>
|
||||
</a>
|
||||
<a href="https://code.eliotberriot.com/funkwhale/funkwhale/issues" class="item" target="_blank">{{ $t('Issue tracker') }}</a>
|
||||
<a @click="switchInstance" class="item" target="_blank">{{ $t('Use another instance') }}</a>
|
||||
<a @click="switchInstance" class="item" >
|
||||
{{ $t('Use another instance') }}
|
||||
<template v-if="$store.state.instance.instanceUrl !== '/'">
|
||||
<br>
|
||||
({{ $store.state.instance.instanceUrl }})
|
||||
</template>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ten wide column">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue