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

terminal.html.haml « jobs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5439a4b5d5c02762a8b7d3d6508bacb1a2980bdc (plain)
1
2
3
4
5
6
7
8
9
10
- add_to_breadcrumbs 'Jobs', project_jobs_path(@project)
- add_to_breadcrumbs "##{@build.id}", project_job_path(@project, @build)
- breadcrumb_title 'Terminal'
- page_title 'Terminal', "#{@build.name} (##{@build.id})", 'Jobs'

- content_for :page_specific_javascripts do
  = stylesheet_link_tag "xterm.css"

.terminal-container
  #terminal{ data: { project_path: terminal_project_job_path(@project, @build, format: :ws) } }