Remove modal and standardize caps
This commit is contained in:
parent
787742e303
commit
c5f6e48752
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- title = _('Bitbucket Server import')
|
||||
- title = _('Bitbucket Server Import')
|
||||
- page_title title
|
||||
- breadcrumb_title title
|
||||
- header_title "Projects", root_path
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue