${_('Commit')} | ## commit message expand arrow${_('Commit Message')} | ${_('Age')} | ${_('Author')} | ${_('Refs')} | ||||
---|---|---|---|---|---|---|---|---|
${h.checkbox(commit.raw_id,class_="commit-range")} | %if c.statuses.get(commit.raw_id): %else: %endif | %if c.comments.get(commit.raw_id): ${len(c.comments[commit.raw_id])} %endif |
${h.show_id(commit)}
|
|
${h.age_component(commit.date)} | ${self.gravatar_with_user(commit.author)} |