#2965 update

Merged
zhoupzh merged 2 commits from zouap_dev into V20220926 1 year ago
  1. +5
    -4
      templates/user/profile.tmpl

+ 5
- 4
templates/user/profile.tmpl View File

@@ -48,9 +48,10 @@
</li>
{{end}}
{{end}}
{{if and .IsSigned (eq .SignedUserName .Owner.Name)}}
<li>
{{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
{{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}
{{if and .IsSigned (eq .SignedUserName .Owner.Name)}}
<div class=__ad_profile_c__ style="margin-top:6px;height:50px;display:none;">
<a class="__ad_profile__" href="" target="_blank"><img src="" style="width:100%;height:100%" /></a>
</div>
@@ -78,9 +79,9 @@
});
})();
</script>
{{end}}
</li>
{{end}}
<li>{{svg "octicon-clock" 16}} {{.i18n.Tr "user.join_on"}} {{.Owner.CreatedUnix.FormatShort}}</li>
{{if and .Orgs .HasOrgsVisible}}
<li style="border-bottom: none;padding-bottom: 0;"><div style="border-bottom: 1px solid #eaeaea;padding-top: 5px;padding-bottom:5px"> <b>{{.i18n.Tr "organization"}} </b></div></li>


Loading…
Cancel
Save