Commit 06d1390c authored by Takuya Noguchi's avatar Takuya Noguchi

Set breadcrumb for admin/runners/show

parent 65348cf0
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
%span.runner-state.runner-state-specific %span.runner-state.runner-state-specific
Specific Specific
- add_to_breadcrumbs _("Runners"), admin_runners_path
- breadcrumb_title "##{@runner.id}"
- @no_container = true
- if @runner.shared? - if @runner.shared?
.bs-callout.bs-callout-success .bs-callout.bs-callout-success
%h4 This Runner will process jobs from ALL UNASSIGNED projects %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