debian-mirror-gitlab/app/views/import/bitbucket_server/status.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
445 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _('Bitbucket Server import')
2018-11-18 11:00:15 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display.d-flex
2021-01-03 14:25:43 +05:30
.gl-display-flex.gl-align-items-center.gl-justify-content-center
= sprite_icon('bitbucket', css_class: 'gl-mr-2')
2018-11-18 11:00:15 +05:30
= _('Import projects from Bitbucket Server')
2022-08-13 15:12:31 +05:30
= render 'import/githubish_status', provider: 'bitbucket_server', paginatable: true, default_namespace: @namespace, extra_data: { reconfigure_path: configure_import_bitbucket_server_path }