mirror of
https://github.com/ivabus/www
synced 2024-11-22 01:55:07 +03:00
fix deeplink link in package page uinstall button:
This commit is contained in:
parent
2e07660405
commit
7f28fe5e94
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>
|
||||
</a>
|
||||
{{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>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue