|  | @@ -82,11 +82,11 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 82 | 82 |   | 
                                                                                                            
                                                            | 83 | 83 |  		$base = Director::absoluteBaseURL(); | 
                                                                                                            
                                                            | 84 | 84 |  		return [ | 
                                                                                                            
                                                            | 85 |  | -			'basename' => Director::baseURL() . $this->getCurrentEnvironment()->Link(self::ACTION_OVERVIEW), | 
                                                                                                            
                                                            |  | 85 | +			'basename' => Director::baseURL().$this->getCurrentEnvironment()->Link(self::ACTION_OVERVIEW), | 
                                                                                                            
                                                            | 86 | 86 |  			'dispatchers' => [ | 
                                                                                                            
                                                            | 87 |  | -				'git' => $base . $this->getCurrentProject()->Link('git'), | 
                                                                                                            
                                                            | 88 |  | -				'deploys' => $base . $this->getCurrentEnvironment()->Link('deploys'), | 
                                                                                                            
                                                            | 89 |  | -				'approvals' => $base . $this->getCurrentEnvironment()->Link('approvals') | 
                                                                                                            
                                                            |  | 87 | +				'git' => $base.$this->getCurrentProject()->Link('git'), | 
                                                                                                            
                                                            |  | 88 | +				'deploys' => $base.$this->getCurrentEnvironment()->Link('deploys'), | 
                                                                                                            
                                                            |  | 89 | +				'approvals' => $base.$this->getCurrentEnvironment()->Link('approvals') | 
                                                                                                            
                                                            | 90 | 90 |  			], | 
                                                                                                            
                                                            | 91 | 91 |  			'api_auth' => [ | 
                                                                                                            
                                                            | 92 | 92 |  				'name' => $this->getSecurityToken()->getName(), | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.