|
@@ -128,7 +128,7 @@ |
|
|
<!-- <img class="ui avatar" style="width: 22px;height:22px;display:flex;vertical-align: middle;" src="{{.Creator.RelAvatarLink}}"> --> |
|
|
<!-- <img class="ui avatar" style="width: 22px;height:22px;display:flex;vertical-align: middle;" src="{{.Creator.RelAvatarLink}}"> --> |
|
|
<div class="left aligned author"> |
|
|
<div class="left aligned author"> |
|
|
<!-- <span > --> |
|
|
<!-- <span > --> |
|
|
{{if ne .CreatorID 0}} |
|
|
|
|
|
|
|
|
{{if .Creator}} |
|
|
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Creator.RelAvatarLink}}"> |
|
|
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Creator.RelAvatarLink}}"> |
|
|
{{else}} |
|
|
{{else}} |
|
|
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Owner.RelAvatarLink}}"> |
|
|
<img class="ui avatar image" style="width: 22px;height:22px;margin-top:-2px" src="{{.Owner.RelAvatarLink}}"> |
|
|