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
This commit is contained in:
Eliot Berriot 2018-09-10 18:52:15 +00:00
commit 42e7db4f7c
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Remove transparency on artist page button (#517)

View File

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