Remove additional border from the create project page
This commit is contained in:
parent
bb0875a67a
commit
f605d329fd
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue