review/templates/macros.html @ 92e5e6c71595

web: add focus css for buttons
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 02:38:28 -0400
parents 776a8c6e70a0
children 13b6260aed99
{% macro gravatar(item, utils) -%}
    <div class="avatar">
        <img height="52" width="52"
             src="{{ utils['item_gravatar'](item) }}?s=52"
        />
    </div>
{%- endmacro %}