Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Show no userstatus for anonymous profile

Cette révision appartient à :
kilo 2017-11-09 16:01:46 +01:00 révisé par GitHub
Parent 7a31a0a35e
révision a2c8a7dacc
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -10,9 +10,11 @@
<p class="profile-usertitle-name">
{{ UserProfile.Username}}
</p>
{{ if UserProfile.GetRole() != "" }}
<p class="profile-usertitle-job">
{{T(UserProfile.GetRole())}}
</p>
{{end}}
<p class="profile-usertitle-uploadcount">{{T("followers")}}: <b>{{len(UserProfile.Followers)}}</b><br/>{{ T("torrents_uploaded") }}:<b>{{ NbTorrents[0] }}</b><br>{{T("size")}}: <b>{{fileSize(NbTorrents[1], T, false)}}</b></p>
</div>
<!-- END SIDEBAR USER TITLE -->