Skip to content

Migrate `app/views/projects/_bitbucket_import_modal.html.haml` modal implementation to `GlModal`

The markup in app/views/projects/_bitbucket_import_modal.html.haml replicates that of GlModal. It should be replaced with the implementation using GlModal. The modal display is handled by app/assets/javascripts/projects/project_new.js - line 103 that calls jquery's show method.

Check the parent epic for migration tips

Example - bitbucket import

Screenshot_2021-10-29_at_18.47.16

Edited by Olena Horal-Koretska