Skip to content

Commit c7076d3

Browse files
committed
Fixed wrong see all highlights link in home
1 parent fbb94d2 commit c7076d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webserver/embedded/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>{{t .Lang "Your highlights" }}</h2>
99
</div>
1010
{{if gt (len .Highlights) 0}}
1111
<div class="col-3 text-end">
12-
<a href="/{{.Lang}}/highlights/{{.Session.Uuid}}">
12+
<a href="/{{.Lang}}/highlights/{{.Session.Username}}">
1313
{{t .Lang "See all" }}
1414
</a>
1515
</div>

0 commit comments

Comments
 (0)