debian-mirror-gitlab/app/views/projects/runners/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
238 B
Text
Raw Normal View History

2023-07-09 08:55:56 +05:30
- runner_name = runner_short_name(@runner)
- breadcrumb_title runner_name
- page_title runner_name
2021-06-08 01:23:25 +05:30
- add_to_breadcrumbs _('CI/CD Settings'), project_settings_ci_cd_path(@project)
= render 'shared/runners/runner_details', runner: @runner