{% from 'allura:templates/jinja_master/lib.html' import email_gravatar, abbr_date with context %}
Commit | Date | |
---|---|---|
{{commit.summary}}
{% if commit.committed.email != commit.authored.email %} {% if commit.committer_url %} {{email_gravatar(commit.committed.email, title=commit.committed.name, size=16)}} {{commit.committed.name}} pushed {% else %} {{email_gravatar(commit.committed.email, title=commit.committed.name, size=16)}} {{commit.committed.name}} pushed {% endif %} {% endif %} {{commit.shorthand_id()}} by {{email_gravatar(commit.authored.email, title=commit.authored.name, size=16)}} {{commit.authored.name}} |
{% if commit.committed.date %}{{abbr_date(commit.committed.date)}}{% endif %} | Tree |