diff options
Diffstat (limited to 'app/views/projects/deployments/terminal.html.haml')
-rw-r--r-- | app/views/projects/deployments/terminal.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/deployments/terminal.html.haml b/app/views/projects/deployments/terminal.html.haml index 168ac9979cb..de283725efb 100644 --- a/app/views/projects/deployments/terminal.html.haml +++ b/app/views/projects/deployments/terminal.html.haml @@ -15,4 +15,5 @@ Environment: %a{href: '#'} add information - #terminal{data:{project_path: "#{project_path(@project)}/deployments/#{@deployment.id}/terminal_websocket"}} + + #terminal{data:{project_path: "#{terminal_namespace_project_deployment_path(@project.namespace, @project, @deployment)}_websocket"}} |