Link fixes #21

Merged
Teajey merged 2 commits from link-fixes into main 2025-09-14 15:24:39 +12:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 69b7f9717a - Show all commits

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}}