review/web_templates/macros.html @ c43c4b53762b

Fix the context line bgcolor bug.
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Mar 2010 13:20:50 -0400
parents 52b914764732
children (none)
{% macro gravatar(item, utils) -%}
    <div class="avatar">
        <img height="52" width="52"
             src="{{ utils['item_gravatar'](item) }}?s=52"
        />
    </div>
{%- endmacro %}