Streamline decision making for importing a project by URL
Problem to solve
The order of the elements on the form to import a project by URL spreads out information and decision points in a non-linear fashion.
Proposal
- Move the
infosection to the top of the form - Move the
mirror repositorycheckbox under the Git repository URL input
| Current | Proposed |
|---|---|
![]() |
![]() |
Implementation plan
- File to implement this change:
app/views/shared/_import_form.html.haml
Edited by Illya Klymov

