details: http://www.bx.psu.edu/hg/galaxy/rev/59fa2be2e843 changeset: 3397:59fa2be2e843 user: Kanwei Li kanwei@gmail.com date: Mon Feb 15 18:22:45 2010 -0500 description: use shapes for people without gravatar pics
diffstat:
templates/dataset/display.mako | 2 +- templates/display_base.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9f96c4fef396 -r 59fa2be2e843 templates/dataset/display.mako --- a/templates/dataset/display.mako Mon Feb 15 17:39:06 2010 -0500 +++ b/templates/dataset/display.mako Mon Feb 15 18:22:45 2010 -0500 @@ -75,7 +75,7 @@
<p>${item.history.user.username | h}</p>
- <div><img src="http://www.gravatar.com/avatar/${h.md5(item.history.user.email)}?s=150"></div> + <div><img src="http://www.gravatar.com/avatar/${h.md5(item.history.user.email)}?d=identicon&s=150"></div>
## Page meta.
diff -r 9f96c4fef396 -r 59fa2be2e843 templates/display_base.mako --- a/templates/display_base.mako Mon Feb 15 17:39:06 2010 -0500 +++ b/templates/display_base.mako Mon Feb 15 18:22:45 2010 -0500 @@ -172,7 +172,7 @@
<p>${item.user.username | h}</p>
- <div><img src="http://www.gravatar.com/avatar/${h.md5(item.user.email)}?s=150"></div> + <div><img src="http://www.gravatar.com/avatar/${h.md5(item.user.email)}?d=identicon&s=150"></div>
galaxy-dev@lists.galaxyproject.org