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: 22351397b9a60a3715ed3bc0327cca74a6edfbc1 (plain)
1
2
3
4
5
6
7
8
- add_page_specific_style 'page_bundles/ci_status'

- 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} }