summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/edit.html.haml
blob: b9d8e1549136ca50178027cac3291b6d89535bcf (plain)
1
2
3
4
5
6
- page_title _('Edit'), "#{@runner.description} ##{@runner.id}", _('Runners')

%h4 Runner ##{@runner.id}

%hr
  = render 'shared/runners/form', runner: @runner, runner_form_url: project_runner_path(@project, @runner)