review/templates/macros.html @ 1a2f5b8da6ef

api: look in all heads for the .hgreview file
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Jun 2010 18:53:02 -0400
parents 13b6260aed99
children (none)
{% macro gravatar(item, utils, size=30) -%}
    <div class="avatar">
        <img src="{{ utils['item_gravatar'](item, size) }}" />
    </div>
{%- endmacro %}