Skip to content

Commit

Permalink
Fixed wrong see all highlights link in home
Browse files Browse the repository at this point in the history
  • Loading branch information
svera authored Apr 22, 2024
1 parent fbb94d2 commit 3187c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webserver/embedded/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>{{t .Lang "Your highlights" }}</h2>
</div>
{{if gt (len .Highlights) 0}}
<div class="col-3 text-end">
<a href="/{{.Lang}}/highlights/{{.Session.Uuid}}">
<a href="/{{.Lang}}/highlights/{{.Session.Username}}">
{{t .Lang "See all" }}
</a>
</div>
Expand Down

0 comments on commit 3187c66

Please sign in to comment.