summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 07:49:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 07:49:11 +0300
commitff9a2e2a9399bf1d190de7fab2d1d26b70433b19 (patch)
tree615b63e88e2d8a0b4db45f28f09d5d33c21397ac /app/views/admin/groups/_form.html.haml
parenteb1004f7890d25a86beb0ca0a7eca802d9fce665 (diff)
downloadgitlab-ce-ff9a2e2a9399bf1d190de7fab2d1d26b70433b19.tar.gz
Improve admin logs
Diffstat (limited to 'app/views/admin/groups/_form.html.haml')
-rw-r--r--app/views/admin/groups/_form.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index 40d361b0402..67516eb26e3 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -7,13 +7,6 @@
Group name is
.input
= f.text_field :name, placeholder: "Example Group", class: "xxlarge"
- .clearfix
- = f.label :path do
- URL
- .input
- .input-prepend
- %span.add-on= web_app_url + 'groups/'
- = f.text_field :path, placeholder: "example"
.form-actions
= f.submit 'Save group', class: "btn save-btn"