mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 06:59:17 +02:00
Resolve "add a view to list albums"
This commit is contained in:
parent
92f7339c03
commit
7a34c297ed
7 changed files with 225 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
<router-link class="ui item" to="/library" exact>
|
||||
<translate>Browse</translate>
|
||||
</router-link>
|
||||
<router-link class="ui item" to="/library/albums" exact>
|
||||
<translate>Albums</translate>
|
||||
</router-link>
|
||||
<router-link class="ui item" to="/library/artists" exact>
|
||||
<translate>Artists</translate>
|
||||
</router-link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue