{% extends "repo/base.html" %} {% block refs_nav_class %}active{% endblock %} {% block content %} {% for branch in refs.branch %} {% endfor %} {% for tag in refs.tag.iter().rev() %} {% endfor %}
Branch Commit message Author Age
{{ branch.name }} {{ branch.commit.summary() }} {{ branch.commit.author().name() }}
Tag Download Author Age
{{ tag.name }} {% if let Some(tagger) = tag.tagger %} {{ tagger.name() }} {% endif %} {% if let Some(tagger) = tag.tagger %} {% endif %}
{% endblock %}