{% import "macros/link.html" as link %} {% extends "repo/base.html" %} {% block content %}
| tag name | {{ tag.name }} | |
|---|---|---|
| tag date | {{ tagger.time() }} | |
| tagged by | {{ tagger.name() }} <{{ tagger.email() }}> | |
| tagged object | {% match tagged_object %} {% when crate::git::TaggedObject::Commit with (commit) %} commit {{ commit|truncate(10) }}... {% when crate::git::TaggedObject::Tree with (tree) %} tree {{ tree }} {% endmatch %} | |
| download | {{ tag.name }}.tar.gz |
|
{{ tag.message }}
{% endblock %}