2020-07-28 23:09:34 +05:30
|
|
|
- page_title _("Jobs")
|
2021-01-29 00:20:46 +05:30
|
|
|
- add_page_specific_style 'page_bundles/ci_status'
|
2021-11-11 11:23:49 +05:30
|
|
|
- admin = local_assigns.fetch(:admin, false)
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2022-08-13 15:12:31 +05:30
|
|
|
#js-jobs-table{ data: { admin: admin, full_path: @project.full_path, job_statuses: job_statuses.to_json, pipeline_editor_path: project_ci_pipeline_editor_path(@project), empty_state_svg_path: image_path('jobs-empty-state.svg') } }
|