Skip to content
Snippets Groups Projects
Commit 42e7db4f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '517-artist-button' into 'develop'

Resolve "Artist link on album view is not always visible"

Closes #517

See merge request funkwhale/funkwhale!403
parents 6b92fb60 51e678a4
No related branches found
No related tags found
No related merge requests found
Remove transparency on artist page button (#517)
......@@ -18,7 +18,7 @@
Album containing %{ count } track, by %{ artist }
</translate>
</div>
<div class="ui basic buttons">
<div class="ui buttons">
<router-link class="ui button" :to="{name: 'library.artists.detail', params: {id: album.artist.id }}">
<translate>Artist page</translate>
</router-link>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment