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

ci - overview: fix render accept button in phases box

parent 9446ac5f
No related branches found
No related tags found
No related merge requests found
......@@ -3054,9 +3054,9 @@ class project extends base {
if ($sPhaseImg) {
$sAction = $sContinue;
if ($this->canAcceptPhase($sLastPhase)) {
$sAction = $this->renderLink("accept", $sLastPhase);
$sAction .= $this->renderLink("accept", $sLastPhase);
}
$sPhaseImg.='<div class="action">' . $sContinue . $sAction . '</div>';
$sPhaseImg.='<div class="action">' . $sAction . '</div>';
}
$sLastPhase = $sPhase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment