Commit 1a2cb531c74e77083628ea1f63e48f6570adbb42

Authored by Dmitriy Zaporozhets
2 parents 164cfc04 7c2e67c6

Merge pull request #1641 from sodabrew/patch-1

Tiny fix to the add/edit groups form path field
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin/groups/_form.html.haml
... ... @@ -12,7 +12,7 @@
12 12 URL
13 13 .input
14 14 .input-prepend
15   - %span.add-on= web_app_url
  15 + %span.add-on= web_app_url + 'groups/'
16 16 = f.text_field :code, placeholder: "example"
17 17  
18 18 .form-actions
... ...