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

7 lines
177 B
Text
Raw Normal View History

2015-11-26 14:37:03 +05:30
- page_title "Edit", "#{@runner.description} ##{@runner.id}", "Runners"
2015-09-25 12:07:36 +05:30
%h4 Runner ##{@runner.id}
2016-06-02 11:05:42 +05:30
2015-09-25 12:07:36 +05:30
%hr
2016-06-02 11:05:42 +05:30
= render 'form', runner: @runner, runner_form_url: runner_path(@runner)