{% extends "base.html" %} {% block title %}{{ _("Commit") }}: {{ commit.revision }}{% end block %} {% block body %}
{{ _("Revision") }} | {{ commit.revision }} |
{{ _("Date") }} | {{ format_date(commit.date, full_format=True) }} |
{{ _("Author") }} | {% module LinkToUser(commit.author) %} |
{{ _("Committer") }} | {% module LinkToUser(commit.committer) %} |
{% module CommitMessage(commit) %} | |
{{ pkg.friendly_name }} | {{ pkg.summary }} |
{{ _("There were no packages created from this commit.") }}
{% end %}