Skip to content
Snippets Groups Projects
Commit 9e2f562a authored by hahn's avatar hahn
Browse files

fix: number of branches

parent 638b8d9e
No related branches found
No related tags found
1 merge request!195534 add docker
......@@ -3326,7 +3326,7 @@ class project extends base {
' . t("repositoryinfos") . '<br>
<strong>
' . $this->_aPrjConfig["build"]["type"] . '</strong> ' . preg_replace('/.*\@(.*):.*/', '($1)', $this->_aPrjConfig["build"]["url"])
. ': <strong title="' . t('branch-select') . '">' . $aBranches . '</strong>'
. ': <strong title="' . t('branch-select') . '">' . count($aBranches) . '</strong>'
. '<br>
</div>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment