debian-mirror-gitlab/app/views/projects/runners/edit.html.haml
2017-09-10 17:25:29 +05:30

6 lines
178 B
Text

- page_title "Edit", "#{@runner.description} ##{@runner.id}", "Runners"
%h4 Runner ##{@runner.id}
%hr
= render 'form', runner: @runner, runner_form_url: runner_path(@runner)