Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-12 23:32:55 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-12 23:32:55 +0300
commitc2cbc155741a2c7f0796c2347e679423ba924e15 (patch)
treed9166d81f2c09191f40432b2b70d38ea966d2371 /app/views/projects/edit.html.haml
parentc552328617202bd1225abd3e84fc7f4a4b79e4fa (diff)
[skip ci] .input-group-addon to .input-group-prepend, .input-group-append
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 9a6c8820eb6..0a52743836f 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -142,8 +142,9 @@
%span Path
.form-group
.input-group
- .input-group-addon
- #{URI.join(root_url, @project.namespace.full_path)}/
+ .input-group-prepend
+ .input-group-text
+ #{URI.join(root_url, @project.namespace.full_path)}/
= f.text_field :path, class: 'form-control'
%ul
%li Be careful. Renaming a project's repository can have unintended side effects.