gitlab-org--gitlab-foss/app/views/import/bitbucket/status.html.haml

10 lines
317 B
Plaintext
Raw Normal View History

- page_title _('Bitbucket import')
- header_title _('Projects'), root_path
%h3.page-title.d-flex
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('bitbucket', css_class: 'gl-mr-2')
= _('Import projects from Bitbucket')
2015-02-17 15:59:50 +00:00
= render 'import/githubish_status', provider: 'bitbucket'