mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
"New version" link now goes directly to tag page
This commit is contained in:
parent
3b1db41bc4
commit
33708a2cbd
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@
|
|||
</section>
|
||||
|
||||
<a
|
||||
href="https://github.com/phanan/koel/releases"
|
||||
:href="'https://github.com/phanan/koel/releases/tag/' + sharedState.latestVersion"
|
||||
target="_blank"
|
||||
v-show="user.current.is_admin && sharedState.currentVersion < sharedState.latestVersion"
|
||||
v-if="user.current.is_admin && sharedState.currentVersion < sharedState.latestVersion"
|
||||
class="new-ver">
|
||||
Koel version {{ sharedState.latestVersion }} is available!
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue