Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-09-03 12:03:38 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-09-03 12:03:38 +0300
commita86aa988ab3da8de0f74a99f345215589aad0172 (patch)
tree90c67bb90414724df6559cf1d2e6f22d4b3aa035 /app/views/projects/jobs/terminal.html.haml
parentaf5f2424cace62f8712dbabfd60bb0f1c36f1590 (diff)
parent3741402a241df2ad6ab28e4b76edafe5083ce733 (diff)
Merge branch '36765-flash-notification' into 'master'
Make error flash notification sticky See merge request gitlab-org/gitlab-ce!30141
Diffstat (limited to 'app/views/projects/jobs/terminal.html.haml')
-rw-r--r--app/views/projects/jobs/terminal.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/jobs/terminal.html.haml b/app/views/projects/jobs/terminal.html.haml
index f7e7535ee92..5439a4b5d5c 100644
--- a/app/views/projects/jobs/terminal.html.haml
+++ b/app/views/projects/jobs/terminal.html.haml
@@ -1,4 +1,3 @@
-- @no_container = true
- add_to_breadcrumbs 'Jobs', project_jobs_path(@project)
- add_to_breadcrumbs "##{@build.id}", project_job_path(@project, @build)
- breadcrumb_title 'Terminal'
@@ -7,5 +6,5 @@
- content_for :page_specific_javascripts do
= stylesheet_link_tag "xterm.css"
-.terminal-container{ class: container_class }
+.terminal-container
#terminal{ data: { project_path: terminal_project_job_path(@project, @build, format: :ws) } }