X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6e394a68efca97003cebb92934898f165a2f67bc..027c801a4dc51db673bcbfcfbd396845f244e357:/data/templates/revision.htm diff --git a/data/templates/revision.htm b/data/templates/revision.htm index f4da363..cd62e6c 100644 --- a/data/templates/revision.htm +++ b/data/templates/revision.htm @@ -1,10 +1,6 @@ {% extends "base.htm" %} {% block title %} - {%if repo.getDescription %} - {{repo.getDescription}} - {%else%} - {{repo.id}} - {%endif%} + {{repo.getTitle}} - revision {{repo.hash}} {% endblock %}