Commit daa342cf authored by Luke Bennett's avatar Luke Bennett

Remove unneeded direction_dropdown

parent d22a75b6
.form-group
= label_tag :mirror_direction, _('Mirror direction'), class: 'label-light'
= select_tag :mirror_direction, options_for_select(options), class: 'form-control js-mirror-direction'
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
= render 'projects/mirrors/instructions' = render 'projects/mirrors/instructions'
= render 'projects/mirrors/direction_dropdown', options: options .form-group
= label_tag :mirror_direction, _('Mirror direction'), class: 'label-light'
= select_tag :mirror_direction, options_for_select(options), class: 'form-control js-mirror-direction'
= render 'projects/mirrors/mirror_repos_form', can_push: can_push, can_pull: can_pull, f: f = render 'projects/mirrors/mirror_repos_form', can_push: can_push, can_pull: can_pull, f: f
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment