Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « runners « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9dbcf4a6a54144ebd9bab7b13933320b9d73c87 (plain)
1
2
3
4
5
6
7
8
9
- add_page_specific_style 'page_bundles/ci_status'
- add_page_specific_style 'page_bundles/runner_details'

- title = "##{@runner.id} (#{@runner.short_sha})"
- breadcrumb_title title
- page_title title
- add_to_breadcrumbs _('Runners'), admin_runners_path

#js-admin-runner-show{ data: {runner_id: @runner.id, runners_path: admin_runners_path} }