${_('Author')} | ${_('Age')} | ${_('Commit Message')} | ${_('Commit')} | ${_('Refs')} | ||||
---|---|---|---|---|---|---|---|---|
${h.checkbox(commit.raw_id,class_="commit-range")} | %if c.statuses.get(commit.raw_id): %endif | ${self.gravatar(h.email_or_none(commit.author))} ${h.link_to_user(commit.author, length=22)} | ${h.age_component(commit.date)} |
|
${h.show_id(commit)}
|
%if c.comments.get(commit.raw_id): ${len(c.comments[commit.raw_id])} %endif |