-
- ${h.gravatar(c.authuser.email, size=32)}
-
+ ${h.gravatar_div(c.authuser.email, size=32)}
diff --git a/kallithea/templates/admin/gists/show.html b/kallithea/templates/admin/gists/show.html
--- a/kallithea/templates/admin/gists/show.html
+++ b/kallithea/templates/admin/gists/show.html
@@ -67,9 +67,7 @@
-
- ${h.gravatar(h.email_or_none(c.file_changeset.author), size=16)}
-
+ ${h.gravatar_div(h.email_or_none(c.file_changeset.author), size=16)}
${h.person(c.file_changeset.author)} - ${_('created')} ${h.age(c.file_changeset.date)}
${h.urlify_commit(c.file_changeset.message,c.repo_name)}
diff --git a/kallithea/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html
--- a/kallithea/templates/admin/my_account/my_account.html
+++ b/kallithea/templates/admin/my_account/my_account.html
@@ -24,9 +24,7 @@
-
-
- ${h.gravatar(c.user.email)}
-
+ ${h.gravatar_div(c.user.email, div_style="float: left")}
${c.user.username}
diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html
--- a/kallithea/templates/admin/my_account/my_account_emails.html
+++ b/kallithea/templates/admin/my_account/my_account_emails.html
@@ -1,7 +1,7 @@
- ${h.gravatar(c.user.email, size=16)} |
+ ${h.gravatar_div(c.user.email, size=16)} |
${c.user.email} |
${_('Primary')}
@@ -10,7 +10,7 @@
%if c.user_email_map:
%for em in c.user_email_map:
|
- ${h.gravatar(em.email, size=16)} |
+ ${h.gravatar_div(em.email, size=16)} |
${em.email} |
${h.form(url('my_account_emails'),method='delete')}
diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html
--- a/kallithea/templates/admin/my_account/my_account_profile.html
+++ b/kallithea/templates/admin/my_account/my_account_profile.html
@@ -3,9 +3,7 @@ ${h.form(url('my_account'), method='post
-
- ${h.gravatar(c.user.email)}
-
+ ${h.gravatar_div(c.user.email)}
%if c.visual.use_gravatar:
${_('Change your avatar at')} gravatar.com
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html
--- a/kallithea/templates/admin/notifications/notifications_data.html
+++ b/kallithea/templates/admin/notifications/notifications_data.html
@@ -9,9 +9,7 @@ unread = lambda n:{False:'unread'}.get(n
%for notification in c.notifications:
|