{# Pushes and commits of repository #} {% from "macros/basic.html" import octicon without context %}

Updates

{# TODO: display single commits of push? #} {% for push in repo.pushes %} {% endfor %} {# TODO: pagination? #}
Timestamp Ref Before - After Sender Commits
{{ push.timestamp }} {{ push.ref }} {{ push.before[:7] }} - {{ push.after[:7] }} {{ push.sender_login }} {{ push.size }} {{ octicon('mark-github') }}