review/web_templates/macros.html @ 52b914764732

Display a list of signoffs on the web UI changeset pages.
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Mar 2010 11:44:59 -0400
parents (none)
children (none)
{% macro gravatar(item, utils) -%}
    <div class="avatar">
        <img height="52" width="52"
             src="{{ utils['item_gravatar'](item) }}?s=52"
        />
    </div>
{%- endmacro %}