Commit 7c2e67c6604454ab03d4f760794d85036f0c098b

Authored by Aaron Stone
1 parent 8c997f31

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
... ...