summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-03 11:54:41 -0700
committerStan Hu <stanhu@gmail.com>2018-08-03 11:54:41 -0700
commitc5f6e48752e65072ac8a1d9e3b7e9cdeb5cdb03a (patch)
tree3efabf12d7ac246f1c598c8fe6664f9ba0933461
parent787742e3030e2bb5d1d986364374e8bf365b26d3 (diff)
downloadgitlab-ce-c5f6e48752e65072ac8a1d9e3b7e9cdeb5cdb03a.tar.gz
Remove modal and standardize caps
-rw-r--r--app/views/import/bitbucket_server/new.html.haml2
-rw-r--r--app/views/projects/_import_project_pane.html.haml1
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