{# Goblet - Web based git repository browser Copyright (C) 2013 Dennis Kaarsemaker See the LICENSE file for licensing details #} {% extends "repo_base.html" %} {% block subtitle %}Tags & snapshots{% endblock %} {% block repo_content %}
Tag {{ start }}…{{ end }} of {{ total }}
{% for name, tag, commit in tags %}
{% if tag.tagger %} {% endif %} {{ name }}{% if tag %} - {{ tag.message|shortmsg }}{% endif %}
Download as tar.xz or zip file.
{% if tag.tagger %} {{ tag.tagger.name }} tagged {{ tag.tagger.time|humantime }}
{% endif %} Commit {{ commit.hex[:7] }} - {{ commit.message|shortmsg }}
{% endfor %}
{% if prev_page or next_page %} {% endif %} {% endblock %}