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 5dc79e6 commit 245b532Copy full SHA for 245b532
ui/template/question-detail.html
@@ -81,7 +81,7 @@ <h1 class="h3 mb-3 text-wrap text-break">
81
</div>
82
<div class="col-lg-3">
83
<div class="d-flex">
84
- <a href="{{$.baseURL}}/users/{{.UserInfo.Username}}"><img
+ <a href="{{$.baseURL}}/users/{{.detail.UserInfo.Username}}"><img
85
src="{{.detail.UserInfo.Avatar}}"
86
width="40px" height="40px"
87
class="rounded me-2 d-none d-md-block"
0 commit comments