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

7 lines
217 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- page_title _('Edit'), "#{@runner.description} ##{@runner.id}", _('Runners')
2015-11-26 14:37:03 +05:30
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
2018-10-15 14:42:47 +05:30
= render 'shared/runners/form', runner: @runner, runner_form_url: project_runner_path(@project, @runner)