summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:40:36 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:41:57 +0100
commit8d98245783832a4d6617fb7076343469918ed273 (patch)
treecddfac73fcac5585302a9b3ab8eb9f1b61eb326c
parentcdd4c331b36e75b2b01a1648f1e5563c4afc5a49 (diff)
downloadgitlab-ce-8d98245783832a4d6617fb7076343469918ed273.tar.gz
Remove `.git` suffix to project path field.
-rw-r--r--app/views/projects/edit.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 35581ee1aa5..b28ada909b7 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -174,7 +174,6 @@
.input-group-addon
#{URI.join(root_url, @project.namespace.path)}/
= f.text_field :path, class: 'form-control'
- %span.input-group-addon .git
%ul
%li Be careful. Renaming a project's repository can have unintended side effects.
%li You will need to update your local repositories to point to the new location.