|
@@ -102,7 +102,7 @@
|
|
|
<div class="ui card" style="border: 2px solid {{.Owner.ThemeColor}};box-shadow: 5px 6px 0px {{.Owner.ThemeColor}}">
|
|
<div class="ui card" style="border: 2px solid {{.Owner.ThemeColor}};box-shadow: 5px 6px 0px {{.Owner.ThemeColor}}">
|
|
|
{{if eq .LoggedUserName .Owner.Name}}
|
|
{{if eq .LoggedUserName .Owner.Name}}
|
|
|
<a class="image poping up" href="{{AppSubURL}}/user/settings/avatar" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
|
|
<a class="image poping up" href="{{AppSubURL}}/user/settings/avatar" id="profile-avatar" data-content="{{.i18n.Tr "user.change_avatar"}}" data-variation="inverted tiny" data-position="bottom center">
|
|
|
- <img src="{{AppendAvatarSize .Owner.RelAvatarLink 400}}" title="{{.Owner.Name}}"/>
|
|
|
|
|
|
|
+ <img style="border-radius:2px 2px 0 0" src="{{AppendAvatarSize .Owner.RelAvatarLink 400}}" title="{{.Owner.Name}}"/>
|
|
|
</a>
|
|
</a>
|
|
|
{{else}}
|
|
{{else}}
|
|
|
<span class="image">
|
|
<span class="image">
|