##// END OF EJS Templates
files: use consistent gravatar rendering using email only.
marcink -
r3699:bfd92ccf new-ui
parent child Browse files
Show More
@@ -6,7 +6,7 b''
6 6 <div class="left-content">
7 7
8 8 <div class="left-content-avatar">
9 ${base.gravatar(c.commit.author, 30)}
9 ${base.gravatar(c.commit.author_email, 30)}
10 10 </div>
11 11
12 12 <div class="left-content-message">
General Comments 0
You need to be logged in to leave comments. Login now