diff options
-rw-r--r-- | app/views/import/bitbucket_server/new.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/_import_project_pane.html.haml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/import/bitbucket_server/new.html.haml b/app/views/import/bitbucket_server/new.html.haml index 6f082160c2c..ac86be8fa7a 100644 --- a/app/views/import/bitbucket_server/new.html.haml +++ b/app/views/import/bitbucket_server/new.html.haml @@ -1,4 +1,4 @@ -- title = _('Bitbucket Server import') +- title = _('Bitbucket Server Import') - page_title title - breadcrumb_title title - header_title "Projects", root_path diff --git a/app/views/projects/_import_project_pane.html.haml b/app/views/projects/_import_project_pane.html.haml index b11a2854c79..70e1c557547 100644 --- a/app/views/projects/_import_project_pane.html.haml +++ b/app/views/projects/_import_project_pane.html.haml @@ -25,7 +25,6 @@ %div = link_to status_import_bitbucket_server_path, class: "btn import_bitbucket" do = icon('bitbucket-square', text: 'Bitbucket Server') - = render 'bitbucket_import_modal' %div - if gitlab_import_enabled? %div |