review/web_templates/macros.html @ 6df093d9f238

Add a read-only mode to the web interface.
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Mar 2010 12:04:57 -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 %}