=f.select(:mirror_user_id,options_for_mirror_user,{},class: 'js-mirror-user select2 lg append-bottom-5',required: true)
.help-block
=_('This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user.')
=_("If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored.")%{default_branch: @project.default_branch}
=f.select(:mirror_user_id,options_for_mirror_user,{},class: 'js-mirror-user select2 lg append-bottom-5',required: true)
.help-block
=_('This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches. Upon creation or when reassigning you can only assign yourself to be the mirror user.')
=_("If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored.")%{default_branch: @project.default_branch}