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

7 lines
210 B
Text
Raw Normal View History

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