diff --git a/src/IDF/templates/idf/source/commit.html b/src/IDF/templates/idf/source/commit.html index b276d03..2c972ed 100644 --- a/src/IDF/templates/idf/source/commit.html +++ b/src/IDF/templates/idf/source/commit.html @@ -9,9 +9,9 @@ {trans 'Author:'}{showuser $rcommit.get_author(), $request, $cobject.author} - +{if $cobject.branch} {trans 'Branch:'}{$cobject.branch} - +{/if} {trans 'Commit:'}{$cobject.commit}