debian-mirror-gitlab/app/views/groups/runners/edit.html.haml

7 lines
207 B
Text
Raw Normal View History

2018-10-15 14:42:47 +05:30
- page_title "Edit", "#{@runner.description} ##{@runner.id}", "Runners"
%h4 Runner ##{@runner.id}
%hr
= render 'shared/runners/form', runner: @runner, runner_form_url: group_runner_path(@group, @runner)