## Changesets table ! <%namespace name="base" file="/base/base.html"/>
${_('No Commits')}
%else: %if c.ancestor:${_('Common Ancestor Commit')}: ${h.short_id(c.ancestor)}
%endif${_('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)}
|
|
|