index: Hacer todo el título un link
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Cat /dev/Nulo 2021-11-12 15:30:23 -03:00
parent 4ab9045d8a
commit 2564195670
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,10 @@
{{range .NFTs}}
<figure>
<h3>
<a href="/nfts/{{.Id}}">{{.Asset.Name}}</a>
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
<a href="/nfts/{{.Id}}">
{{.Asset.Name}}
(<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)
</a>
</h3>
{{template "embed-nft" .}}
</figure>