Commit 82b62220 authored by Sean McGivern's avatar Sean McGivern

Merge branch '43717-breadcrumb-on-admin-runner-page' into 'master'

Breadcrumb on Admin Runner page

Closes #43717

See merge request gitlab-org/gitlab-ce!17431
parents 8467a796 06d1390c
......@@ -9,6 +9,10 @@
%span.runner-state.runner-state-specific
Specific
- add_to_breadcrumbs _("Runners"), admin_runners_path
- breadcrumb_title "##{@runner.id}"
- @no_container = true
- if @runner.shared?
.bs-callout.bs-callout-success
%h4 This Runner will process jobs from ALL UNASSIGNED projects
......
---
title: Set breadcrumb for admin/runners/show
merge_request: 17431
author: Takuya Noguchi
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment