mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:55:15 +03:00
fix deeplink link in package page uinstall button:
This commit is contained in:
parent
2e07660405
commit
7f28fe5e94
|
@ -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