summaryrefslogtreecommitdiff
path: root/app/views/import/bitbucket_server/status.html.haml
blob: 79b2810e06da8854819a7dae5c5026f29625d15b (plain)
1
2
3
4
5
6
7
8
- page_title _('Bitbucket Server import')

%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 Server')

= render 'import/githubish_status', provider: 'bitbucket_server', paginatable: true, extra_data: { reconfigure_path: configure_import_bitbucket_server_path }