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

14 lines
498 B
Text
Raw Normal View History

2018-12-13 13:39:08 +05:30
- add_to_breadcrumbs _("Jobs"), project_jobs_path(@project)
2018-03-17 18:26:18 +05:30
- breadcrumb_title "##{@build.id}"
2018-12-13 13:39:08 +05:30
- page_title "#{@build.name} (##{@build.id})", _("Jobs")
2021-01-29 00:20:46 +05:30
- add_page_specific_style 'page_bundles/build'
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/xterm'
2021-01-29 00:20:46 +05:30
- add_page_specific_style 'page_bundles/ci_status'
2018-12-05 23:21:45 +05:30
2020-07-28 23:09:34 +05:30
= render_if_exists "shared/shared_runners_minutes_limit_flash_message"
2022-01-26 12:08:38 +05:30
- if @build.is_a? ::Ci::Build
#js-job-page{ data: jobs_data }
- else
2022-03-02 08:16:31 +05:30
#js-bridge-page{ data: bridge_data(@build, @project) }