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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-23 22:11:09 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-23 22:11:09 +0400
commitc50ec72b52e9ed7270f7c81c2c71fd8e5a28eeb0 (patch)
tree48c30a44b85b84a4231bff84e51133e7812b55ca /app/views/admin/groups/_form.html.haml
parentab9d02365181df373beffbe7732b36b9b3f7a307 (diff)
Deprecate code for Project. Use title and path
Diffstat (limited to 'app/views/admin/groups/_form.html.haml')
-rw-r--r--app/views/admin/groups/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index e85cce66ba1..40d361b0402 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -8,12 +8,12 @@
.input
= f.text_field :name, placeholder: "Example Group", class: "xxlarge"
.clearfix
- = f.label :code do
+ = f.label :path do
URL
.input
.input-prepend
%span.add-on= web_app_url + 'groups/'
- = f.text_field :code, placeholder: "example"
+ = f.text_field :path, placeholder: "example"
.form-actions
= f.submit 'Save group', class: "btn save-btn"