add hyperlink to user

This commit is contained in:
Erikas 2024-07-12 17:26:02 +03:00
parent f21a9d187d
commit 8eaffc3407

View File

@ -13,7 +13,7 @@
<div class="text-center"> <div class="text-center">
<h5><b>{{ .benchmark.Title }}</b></h5> <h5><b>{{ .benchmark.Title }}</b></h5>
<p>{{ .benchmark.Description }}</p> <p>{{ .benchmark.Description }}</p>
<p><small>Submitted <b>{{ .benchmark.CreatedAtHumanized }}</b> by <b>{{ .benchmark.User.Username }}.</b></small></p> <p><small>Submitted <b>{{ .benchmark.CreatedAtHumanized }}</b> by <b><a href="/user/{{ .benchmark.User.ID }}">{{ .benchmark.User.Username }}</a></b></small></p>
</div> </div>
<div class="row"> <div class="row">