mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:05:06 +03:00
Merge pull request #354 from teaxyz/gui-pkg-install-link
fix deeplink link in package page install button
This commit is contained in:
commit
e7aaf58106
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">VIEW ON GITHUB</button>
|
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">VIEW ON GITHUB</button>
|
||||||
</a>
|
</a>
|
||||||
{{end}} -->
|
{{end}} -->
|
||||||
<a target="_blank" href="tea://package/{{.Params.full_name}}">
|
<a target="_blank" href="tea://packages/{{- .full_name -}}">
|
||||||
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">INSTALL WITH GUI</button>
|
<button class="hbtn hb-fill-right mb-3" style="width:100% !important;">INSTALL WITH GUI</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue