debian-mirror-gitlab/app/views/projects/jobs/terminal.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
494 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- add_to_breadcrumbs _('Jobs'), project_jobs_path(@project)
2018-11-08 19:23:39 +05:30
- add_to_breadcrumbs "##{@build.id}", project_job_path(@project, @build)
2020-07-28 23:09:34 +05:30
- breadcrumb_title _('Terminal')
- page_title _('Terminal'), "#{@build.name} (##{@build.id})", _('Jobs')
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/terminal'
2018-11-08 19:23:39 +05:30
- content_for :page_specific_javascripts do
2018-11-18 11:00:15 +05:30
= stylesheet_link_tag "xterm.css"
2018-11-08 19:23:39 +05:30
2021-01-03 14:25:43 +05:30
2019-12-04 20:38:33 +05:30
.terminal-container
2021-01-03 14:25:43 +05:30
#terminal.gl-mt-4{ data: { project_path: terminal_project_job_path(@project, @build, format: :ws) } }