2022-01-13 07:14:38 -05:00
|
|
|
- add_page_specific_style 'page_bundles/ci_status'
|
2022-07-27 14:12:02 -04:00
|
|
|
- add_page_specific_style 'page_bundles/runner_details'
|
2022-01-13 07:14:38 -05:00
|
|
|
|
|
|
|
- title = "##{@runner.id} (#{@runner.short_sha})"
|
|
|
|
- breadcrumb_title title
|
|
|
|
- page_title title
|
|
|
|
- add_to_breadcrumbs _('Runners'), admin_runners_path
|
|
|
|
|
2022-04-28 17:09:03 -04:00
|
|
|
#js-admin-runner-show{ data: {runner_id: @runner.id, runners_path: admin_runners_path} }
|