Skip to content

Commit 245b532

Browse files
committed
fix(template): fix wrong user link in template #969
1 parent 5dc79e6 commit 245b532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/template/question-detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1 class="h3 mb-3 text-wrap text-break">
8181
</div>
8282
<div class="col-lg-3">
8383
<div class="d-flex">
84-
<a href="{{$.baseURL}}/users/{{.UserInfo.Username}}"><img
84+
<a href="{{$.baseURL}}/users/{{.detail.UserInfo.Username}}"><img
8585
src="{{.detail.UserInfo.Avatar}}"
8686
width="40px" height="40px"
8787
class="rounded me-2 d-none d-md-block"

0 commit comments

Comments
 (0)