mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 22:39:17 +02:00
Fixed #184: small UI glitches/bugs in federation tabs
This commit is contained in:
parent
f2d20e1bf7
commit
71bd0961af
7 changed files with 23 additions and 6 deletions
|
@ -89,7 +89,7 @@
|
|||
<router-link
|
||||
v-if="importBatch"
|
||||
:to="{name: 'library.import.batches.detail', params: {id: importBatch.id }}">
|
||||
<i18next path="Import #{%id%} launched" :id="importBatch.id"/>
|
||||
{{ $t('Import #{% id %} launched', {id: importBatch.id}) }}
|
||||
</router-link>
|
||||
</th>
|
||||
<th></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue