Files @ 08af8038e1cc
Branch filter:

Location: kallithea/rhodecode/templates/files/files_history_box.html

Bradley M. Kuhn
Change IRC channel and Twitter account; remove google group
1
2
3
4
5
6
7
8
<div class="file_author" style="clear:both">
    <div class="item">${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('<b>%s</b>' % len(c.authors))) }</div>
    %for email, user in c.authors:
      <div class="contributor tooltip" style="float:left" title="${h.tooltip(user)}">
        <div class="gravatar" style="margin:1px"><img alt="gravatar" src="${h.gravatar_url(email, 20)}"/> </div>
      </div>
    %endfor
</div>