summaryrefslogtreecommitdiff
path: root/app/views/import/bitbucket/status.html.haml
blob: 8946ab898e0d2b0c55b95af1fd2d443b888bbbd7 (plain)
1
2
3
4
5
6
7
8
9
- 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')

= render 'import/githubish_status', provider: 'bitbucket'