diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-10-07 00:49:59 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-10-07 00:49:59 -0700 |
commit | 1a2cb531c74e77083628ea1f63e48f6570adbb42 (patch) | |
tree | cae2323ef1b6cfb5331759f1a3eeb312639ad225 | |
parent | 164cfc048fa185a9b22e909c5adb693ec063cbe2 (diff) | |
parent | 7c2e67c6604454ab03d4f760794d85036f0c098b (diff) | |
download | gitlab-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.haml | 2 |
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 |