mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
Fix health version link
This commit is contained in:
parent
be8094a967
commit
326653345d
@ -29,7 +29,7 @@ useHead(useSeo(i18n.t("health.title"), null, route, null));
|
||||
|
||||
<ul class="max-h-xs overflow-auto">
|
||||
<li v-for="project in healthReport.missingFiles" :key="project.namespace.slug + project.namespace.owner">
|
||||
<Link :to="'/' + project.namespace.owner + '/' + project.namespace.slug + '/' + project.versionString">
|
||||
<Link :to="'/' + project.namespace.owner + '/' + project.namespace.slug + '/versions/' + project.versionString">
|
||||
{{ project.namespace.owner + "/" + project.namespace.slug + "/" + project.versionString + " (" + project.platforms + ")" }}
|
||||
</Link>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user