{% import "macros/link.html" as link %} {% extends "repo/base.html" %} {% block content %}
| tag name | {{ tag.get().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.get().name }}.tar.gz |
|
{{ tag.get().message }}
{% endblock %}