review/templates/macros.html @ daf7418e0d28

web: add navigation links and support empty diffs
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 16:56:35 -0400
parents 13b6260aed99
children (none)
{% macro gravatar(item, utils, size=30) -%}
    <div class="avatar">
        <img src="{{ utils['item_gravatar'](item, size) }}" />
    </div>
{%- endmacro %}