# HG changeset patch # User Marcin Kuzminski # Date 2012-08-23 22:30:28 # Node ID c25cc1c7c65f296ff72fce80e86a5666298b8477 # Parent 09d8fec0295442d2f808666d9d74cd47a29acf6f again #531 forgot to replace other occurences of h.email call diff --git a/rhodecode/templates/admin/notifications/notifications_data.html b/rhodecode/templates/admin/notifications/notifications_data.html --- a/rhodecode/templates/admin/notifications/notifications_data.html +++ b/rhodecode/templates/admin/notifications/notifications_data.html @@ -10,7 +10,7 @@ unread = lambda n:{False:'unread'}.get(n
- gravatar + gravatar
${notification.notification.description} diff --git a/rhodecode/templates/admin/notifications/show_notification.html b/rhodecode/templates/admin/notifications/show_notification.html --- a/rhodecode/templates/admin/notifications/show_notification.html +++ b/rhodecode/templates/admin/notifications/show_notification.html @@ -30,7 +30,7 @@
- gravatar + gravatar
${c.notification.description} diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -59,7 +59,7 @@ ${_('%s Changelog') % c.repo_name} - ${c
- gravatar + gravatar
${h.shorter(h.person(cs.author),22)}
diff --git a/rhodecode/templates/changeset/changeset_range.html b/rhodecode/templates/changeset/changeset_range.html --- a/rhodecode/templates/changeset/changeset_range.html +++ b/rhodecode/templates/changeset/changeset_range.html @@ -37,7 +37,7 @@ %for cnt,cs in enumerate(c.cs_ranges): - + @@ -71,7 +71,7 @@

${'r%s:%s' % (cs.revision,h.short_id(cs.raw_id))}
- gravatar + gravatar

${diff_block.diff_block(c.changes[cs.raw_id])} diff --git a/rhodecode/templates/compare/compare_cs.html b/rhodecode/templates/compare/compare_cs.html --- a/rhodecode/templates/compare/compare_cs.html +++ b/rhodecode/templates/compare/compare_cs.html @@ -6,7 +6,7 @@ %else: %for cnt, cs in enumerate(c.cs_ranges): - +
gravatar
gravatar
${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
${h.person(cs.author)}
${cs.date}
gravatar
gravatar
%if cs.raw_id in c.statuses:
diff --git a/rhodecode/templates/files/files_source.html b/rhodecode/templates/files/files_source.html --- a/rhodecode/templates/files/files_source.html +++ b/rhodecode/templates/files/files_source.html @@ -48,7 +48,7 @@
- gravatar + gravatar
${h.person(c.file.changeset.author)}
diff --git a/rhodecode/templates/search/search_commit.html b/rhodecode/templates/search/search_commit.html --- a/rhodecode/templates/search/search_commit.html +++ b/rhodecode/templates/search/search_commit.html @@ -12,7 +12,7 @@
- gravatar + gravatar
${h.person(sr['author'])}
${h.email_or_none(sr['author'])}