fix: user url error of render question list

This commit is contained in:
kumfo 2022-11-30 18:15:56 +08:00
parent abc9d9ad96
commit c2ce03d26c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
class="d-flex flex-column flex-md-row align-items-md-center fs-14 text-secondary">
<div class="d-flex">
<div class="text-secondary me-1">
<a href="/users/{{.UserInfo.ID}}"><span
<a href="/users/{{.UserInfo.Username}}"><span
class="me-1 text-break">{{.UserInfo.DisplayName}}</span></a><span
class="fw-bold" title="Reputation">{{.UserInfo.Rank}}</span>
</div>