view rhodecode/templates/files/files_history_box.html @ 4147:1c8f818787b3 rhodecode-2.2.5-gpl

old style: show the full link box on summary page - no overlap or truncation
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:23 -0400
parents ffd45b185016
children
line wrap: on
line source

<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>