## Changesets table ! <%namespace name="base" file="/base/base.html"/> %if c.ancestor:
${_('Time')} | ${_('Author')} | ${_('Commit')} | ${_('Description')} | |
---|---|---|---|---|
${h.age_component(commit.date)} | ${base.gravatar_with_user(commit.author, 16)} |
r${commit.revision}:${h.short_id(commit.raw_id)}
${h.hidden('revisions',commit.raw_id)}
|
|
|
${_('No commits in this compare')} |