-
- Downloads
Fix runner detail pages breadcrumbs and navigation
This change adds relevant links to breadcrumbs and active sidebar menus so users can navigate between the CI/CD settings and the specific runners more easily. Changelog: changed
Showing
- .rubocop_manual_todo.yml 0 additions, 1 deletion.rubocop_manual_todo.yml
- .rubocop_todo.yml 0 additions, 1 deletion.rubocop_todo.yml
- app/controllers/groups/runners_controller.rb 0 additions, 1 deletionapp/controllers/groups/runners_controller.rb
- app/controllers/projects/runners_controller.rb 0 additions, 1 deletionapp/controllers/projects/runners_controller.rb
- app/helpers/groups_helper.rb 2 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/helpers/projects_helper.rb 2 additions, 0 deletionsapp/helpers/projects_helper.rb
- app/views/admin/runners/show.html.haml 2 additions, 2 deletionsapp/views/admin/runners/show.html.haml
- app/views/groups/runners/edit.html.haml 4 additions, 1 deletionapp/views/groups/runners/edit.html.haml
- app/views/groups/runners/show.html.haml 3 additions, 0 deletionsapp/views/groups/runners/show.html.haml
- app/views/layouts/nav/sidebar/_group.html.haml 1 addition, 1 deletionapp/views/layouts/nav/sidebar/_group.html.haml
- app/views/layouts/nav/sidebar/_project_menus.html.haml 1 addition, 1 deletionapp/views/layouts/nav/sidebar/_project_menus.html.haml
- app/views/projects/runners/edit.html.haml 4 additions, 1 deletionapp/views/projects/runners/edit.html.haml
- app/views/projects/runners/show.html.haml 3 additions, 0 deletionsapp/views/projects/runners/show.html.haml
- app/views/shared/runners/_runner_details.html.haml 20 additions, 19 deletionsapp/views/shared/runners/_runner_details.html.haml
- changelogs/unreleased/32551-link-to-breadcrumbs-on-specific-runners-page-is-confusing.yml 5 additions, 0 deletions...-to-breadcrumbs-on-specific-runners-page-is-confusing.yml
- spec/views/shared/runners/_runner_details.html.haml_spec.rb 4 additions, 4 deletionsspec/views/shared/runners/_runner_details.html.haml_spec.rb
app/views/groups/runners/show.html.haml
0 → 100644
app/views/projects/runners/show.html.haml
0 → 100644
Please register or sign in to comment