From c00e79d4e3f83eac13146837244bbbcfa420bfd7 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Tue, 20 Sep 2016 13:15:02 +0200 Subject: add missing space --- app/views/import/github/status.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/import/github/status.html.haml b/app/views/import/github/status.html.haml index dd572453b91..4c721d40b55 100644 --- a/app/views/import/github/status.html.haml +++ b/app/views/import/github/status.html.haml @@ -50,7 +50,7 @@ .project-path.input-group-btn - if current_user.can_select_namespace? - selected = params[:namespace_id] || :current_user - - opts = current_user.can_create_group? ? { extra_group: Group.new(name: repo.owner.login, path: repo.owner.login) }: {} + - opts = current_user.can_create_group? ? { extra_group: Group.new(name: repo.owner.login, path: repo.owner.login) } : {} = select_tag :namespace_id, namespaces_options(selected, opts.merge({ display_path: true })), { class: 'select2 js-select-namespace', tabindex: 1 } - else = text_field_tag :path, current_user.namespace_path, class: "input-large form-control", tabindex: 1, disabled: true -- cgit v1.2.1