Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « runners « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcd096eeaa030a3c1629db54737b8c4da265dd61 (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: group_runner_path(@group, @runner)