isBranch()) { if ($hasPreferredBranch) { $this->add(Hint::warning($this->translate( "You're currently in the master branch, your changes will make part of the next Deployment" ))); } return; } $hook = Branch::requireHook(); $this->add(Hint::info(Html::sprintf( $this->translate('Showing a branched view, with potential changes being visible only in this %s'), $hook->linkToBranch($branch, $auth, $this->translate('configuration branch')) ))); } }