Commit 0e289856 authored by Luke Bennett's avatar Luke Bennett

Resolve _mirror_repos_form.html.haml conflicts

parent 8f869cb6
......@@ -11,11 +11,7 @@
.form-group
= label_tag :auth_method, _('Authentication method'), class: 'label-bold'
<<<<<<< HEAD
= select_tag :auth_method, options_for_select([[[_('None'), 'none'], [_('Password'), 'password']], 'none'), { class: "form-control js-auth-method" }
=======
= select_tag :auth_method, options_for_select([[_('None'), 'none'], [_('Password'), 'password']], 'none'), { class: "form-control js-auth-method" }
>>>>>>> upstream/master
.form-group.js-password-group.collapse
= label_tag :password, _('Password'), class: 'label-bold'
......
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