debian-mirror-gitlab/app/views/projects/mirrors/_mirror_repos_form.html.haml
2019-02-15 15:39:39 +05:30

5 lines
318 B
Text

.form-group
= label_tag :mirror_direction, _('Mirror direction'), class: 'label-light'
= select_tag :mirror_direction, options_for_select([[_('Push'), 'push']]), class: 'form-control js-mirror-direction qa-mirror-direction', disabled: true
= render partial: "projects/mirrors/mirror_repos_push", locals: { f: f }