diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/user/profile.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index fb318e0da1..677deac14e 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.23.0126
\ No newline at end of file +0.8.24.0128
\ No newline at end of file diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 410aef797a..c037b0ad13 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -60,7 +60,7 @@ {{if .Orgs}} <li> {{range .Orgs}} - <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="mini inverted"></a> + <a href="{{.HomeLink}}"><img class="ui mini image poping up" src="{{.AvatarLink}}" data-content="{{.Name}}" data-position="top center" data-variation="tiny inverted"></a> {{end}} </li> {{end}} |