{% include 'header.html' %}
{{ repo_id }} Commits
{% if not repo_id %}
Repo ID
{% endif %}
Author
Committer
# Files
Committed
{% for row in commits %}
{% if not repo_id %}
{{ row['_repo_id'] }}
{% endif %}
{{ row['author_email'] }}
{{ row['committer_email'] }}
{{ row['_files'] }}
{{ row['committer_when'] }}
{% endfor %}
{% include '_footer_scripts.html' %}