diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-06-15 20:24:28 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-06-15 20:24:28 +0000 |
commit | f6a877c9fe0a9b4028ddfcc97975a65c6e2d76ef (patch) | |
tree | 9783fc83753275353057b41560638fae02e8061a /app | |
parent | 102db0aaf162ec122d79e1aaff0f5ac3c86af373 (diff) | |
parent | f605d329fde9ab5d5e61182a69a6ea03e125a973 (diff) | |
download | gitlab-ce-f6a877c9fe0a9b4028ddfcc97975a65c6e2d76ef.tar.gz |
Merge branch 'jivl-remove-additional-border-users-no-group' into 'master'
Remove additional border from the create project page
Closes #47356
See merge request gitlab-org/gitlab-ce!19899
Diffstat (limited to 'app')
-rw-r--r-- | app/views/import/gitlab_projects/new.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/_new_project_fields.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml index f311ac98ac6..cc672a5ea7c 100644 --- a/app/views/import/gitlab_projects/new.html.haml +++ b/app/views/import/gitlab_projects/new.html.haml @@ -20,7 +20,7 @@ - else .input-group-prepend.static-namespace.has-tooltip{ title: user_url(current_user.username) + '/' } - .input-group-text + .input-group-text.border-0 #{user_url(current_user.username)}/ = hidden_field_tag :namespace_id, value: current_user.namespace_id .form-group.col-12.col-sm-6.project-path diff --git a/app/views/projects/_new_project_fields.html.haml b/app/views/projects/_new_project_fields.html.haml index cfbd0459e3e..6f957533287 100644 --- a/app/views/projects/_new_project_fields.html.haml +++ b/app/views/projects/_new_project_fields.html.haml @@ -16,7 +16,7 @@ - else .input-group-prepend.static-namespace.has-tooltip{ title: user_url(current_user.username) + '/' } - .input-group-text + .input-group-text.border-0 #{user_url(current_user.username)}/ = f.hidden_field :namespace_id, value: current_user.namespace_id .form-group.project-path.col-sm-6 |