We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb94d2 commit c7076d3Copy full SHA for c7076d3
internal/webserver/embedded/views/index.html
@@ -9,7 +9,7 @@ <h2>{{t .Lang "Your highlights" }}</h2>
9
</div>
10
{{if gt (len .Highlights) 0}}
11
<div class="col-3 text-end">
12
- <a href="/{{.Lang}}/highlights/{{.Session.Uuid}}">
+ <a href="/{{.Lang}}/highlights/{{.Session.Username}}">
13
{{t .Lang "See all" }}
14
</a>
15
0 commit comments