debian-mirror-gitlab/app/views/admin/runners/show.html.haml

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

9 lines
256 B
Text
Raw Normal View History

2021-03-08 18:12:59 +05:30
- add_page_specific_style 'page_bundles/ci_status'
2022-03-02 08:16:31 +05:30
- title = "##{@runner.id} (#{@runner.short_sha})"
- breadcrumb_title title
- page_title title
2021-04-29 21:17:54 +05:30
- add_to_breadcrumbs _('Runners'), admin_runners_path
2018-05-09 12:01:36 +05:30
2022-04-04 11:22:00 +05:30
#js-admin-runner-show{ data: {runner_id: @runner.id} }