Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status.html.haml « bitbucket_server « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c4e6913c53adf3b12e90288d1ccca953d0c4664 (plain)
1
2
3
4
5
6
7
8
9
- page_title _('Bitbucket Server 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 Server')

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