Skip to content
Snippets Groups Projects
Commit 3bff6d63 authored by hahn's avatar hahn
Browse files

project hide box in repo tab

parent a8e6499c
No related branches found
No related tags found
1 merge request!195534 add docker
...@@ -89,12 +89,10 @@ if (!array_key_exists("prj", $aParams)) { ...@@ -89,12 +89,10 @@ if (!array_key_exists("prj", $aParams)) {
</div> </div>
<div class="tab-pane" id="tab2"> <div class="tab-pane" id="tab2">
<h3 id="h3repo">' . $oHtml->getIcon('repository') . t("repositoryinfos") . '</h3> <h3 id="h3repo">' . $oHtml->getIcon('repository') . t("repositoryinfos") . '</h3>
<div style="max-width: 40em;">' ' . ($oPrj->canAcceptPhase() ? '<br>'.$oPrj->renderLink("build") : '')
. $oPrj->renderRepoInfo() // . $oPrj->renderRepoInfo()
// . $oPrj->renderSelectRemoteBranches() // . $oPrj->renderSelectRemoteBranches()
. $sListOfBranches . ' . $sListOfBranches . '
' . ($oPrj->canAcceptPhase() ? '<br>'.$oPrj->renderLink("build") : '') . '
</div>
</div> </div>
<div class="tab-pane" id="tab3"> <div class="tab-pane" id="tab3">
<h3 id="h3versions">' . $oHtml->getIcon('sign-error') . t("build-failes") . '</h3> <h3 id="h3versions">' . $oHtml->getIcon('sign-error') . t("build-failes") . '</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment