Switch to unified view
a/Allura/allura/templates/widgets/repo/revision.html | b/Allura/allura/templates/widgets/repo/revision.html | ||
---|---|---|---|
1 | {% from 'jinja_master/lib.html' import email_gravatar, abbr_date with context %} |
1 | {% from 'allura:templates/jinja_master/lib.html' import email_gravatar, abbr_date with context %}
|
2 | <p> |
2 | <p> |
3 | {% if value.author_url %} |
3 | {% if value.author_url %} |
4 | Authored by |
4 | Authored by |
5 | <a href="{{value.author_url}}">{{email_gravatar(value.authored.email, title=h.really_unicode(value.authored.name), size=16)}}</a> |
5 | <a href="{{value.author_url}}">{{email_gravatar(value.authored.email, title=h.really_unicode(value.authored.name), size=16)}}</a> |
6 | <a href="{{value.author_url}}">{{h.really_unicode(value.authored.name)}}</a> |
6 | <a href="{{value.author_url}}">{{h.really_unicode(value.authored.name)}}</a> |