summaryrefslogtreecommitdiff
path: root/app/views/projects/mirrors/_mirror_repos_form.html.haml
blob: a2cce83bfab0437396da38307fa8f26c07bdfad2 (plain)
1
2
3
4
5
.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', disabled: true

= render partial: "projects/mirrors/mirror_repos_push", locals: { f: f }