Skip to content
Snippets Groups Projects

5534 add docker

Merged Hahn Axel (hahn) requested to merge 5534-add-docker into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading