summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2012-10-05 23:46:15 -0700
committerAaron Stone <aaron@serendipity.cx>2012-10-05 23:46:15 -0700
commit7c2e67c6604454ab03d4f760794d85036f0c098b (patch)
tree4ede62089119871b7b273ebd1abd5bff87b3bb95
parent8c997f319bf857c63972a676ce36a1e9c07f9324 (diff)
downloadgitlab-ce-7c2e67c6604454ab03d4f760794d85036f0c098b.tar.gz
Tiny fix to the add/edit groups form path field
-rw-r--r--app/views/admin/groups/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index 46c5956394f..e85cce66ba1 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -12,7 +12,7 @@
URL
.input
.input-prepend
- %span.add-on= web_app_url
+ %span.add-on= web_app_url + 'groups/'
= f.text_field :code, placeholder: "example"
.form-actions