summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-10-07 00:49:59 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-10-07 00:49:59 -0700
commit1a2cb531c74e77083628ea1f63e48f6570adbb42 (patch)
treecae2323ef1b6cfb5331759f1a3eeb312639ad225
parent164cfc048fa185a9b22e909c5adb693ec063cbe2 (diff)
parent7c2e67c6604454ab03d4f760794d85036f0c098b (diff)
downloadgitlab-ce-1a2cb531c74e77083628ea1f63e48f6570adbb42.tar.gz
Merge pull request #1641 from sodabrew/patch-1
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