From f610bfa8a2ccaf195fe89866da55879436a202d8 Mon Sep 17 00:00:00 2001 From: ExMex Date: Tue, 12 Jan 2016 03:09:59 +0100 Subject: Added organization display on profile Fixed "Follower" Icon too big --- templates/user/profile.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates/user/profile.tmpl') diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 741d0c125f..324056a10c 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -40,7 +40,7 @@ {{end}}
  • {{.i18n.Tr "user.join_on"}} {{DateFmtShort .Owner.Created}}
  • - + {{.Owner.NumFollowers}} {{.i18n.Tr "user.followers"}} @@ -51,12 +51,17 @@
  • {{/*
  • - + {{.Owner.NumStars}} {{.i18n.Tr "user.starred"}}
  • */}} +
  • + {{range .Orgs}} + + {{end}} +
  • {{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
  • {{if .SignedUser.IsFollowing .Owner.Id}} -- cgit v1.2.3