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

11 lines
405 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"
2019-12-04 20:38:33 +05:30
#js-job-vue-app{ data: jobs_data }