Update HTML links

This commit is contained in:
Teajey 2025-09-14 12:23:06 +09:00
parent cc7c0d0834
commit 69b7f9717a
Signed by: Teajey
GPG Key ID: 970E790FE834A713
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<ul class="list-group"> <ul class="list-group">
{{range .}} {{range .}}
<li class="list-group-item"> <li class="list-group-item">
<a href="/list/{{.Reference}}">{{.Name}}</a> <a href="/lists/{{.Reference}}">{{.Name}}</a>
</li> </li>
{{end}} {{end}}
</ul> </ul>

View File

@ -17,7 +17,7 @@
<div class="flex-grow-1"></div> <div class="flex-grow-1"></div>
<ul class="navbar-nav"> <ul class="navbar-nav">
<li class="nav-item"><button class="btn btn-success" <li class="nav-item"><button class="btn btn-success"
onclick="navigator.clipboard.writeText('{{.HostUrl}}/list/{{.Reference}}'); alert('The share link to your wishlist has been copied to your clipboard. Anyone with the link will be able to claim gifts for you. Share it with someone!');">Copy onclick="navigator.clipboard.writeText('{{.HostUrl}}/lists/{{.Reference}}'); alert('The share link to your wishlist has been copied to your clipboard. Anyone with the link will be able to claim gifts for you. Share it with someone!');">Copy
share link</button></li> share link</button></li>
<li class="nav-item"> <li class="nav-item">
<div class="dropdown"> <div class="dropdown">
@ -91,7 +91,7 @@
</em> </em>
</label> </label>
<span id="todo_detail_{{.Id}}"> <span id="todo_detail_{{.Id}}">
for <a href="/list/{{.RecipientRef}}">{{.RecipientName}}</a> for <a href="/lists/{{.RecipientRef}}">{{.RecipientName}}</a>
</span> </span>
</li> </li>
{{end}} {{end}}