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:
commit
42e7db4f7c
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/517.bugfix
Normal file
1
changes/changelog.d/517.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue