##// END OF EJS Templates
files: expose gravatar into authors on dynamic load
marcink -
r3714:52e30a8f new-ui
parent child Browse files
Show More
@@ -7,6 +7,9 b''
7 <tr class="file_author tooltip" title="${h.tooltip(h.author_string(email))}">
7 <tr class="file_author tooltip" title="${h.tooltip(h.author_string(email))}">
8
8
9 <td>
9 <td>
10 % if not c.file_author:
11 ${base.gravatar(email, 16)}
12 % endif
10 <span class="user commit-author">${h.link_to_user(user)}</span>
13 <span class="user commit-author">${h.link_to_user(user)}</span>
11 % if c.file_author:
14 % if c.file_author:
12 <span class="commit-date">- ${h.age_component(c.file_last_commit.date)}</span>
15 <span class="commit-date">- ${h.age_component(c.file_last_commit.date)}</span>
General Comments 0
You need to be logged in to leave comments. Login now