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