Update HTML links
This commit is contained in:
parent
cc7c0d0834
commit
69b7f9717a
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue