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,7 +12,7 @@
12 URL 12 URL
13 .input 13 .input
14 .input-prepend 14 .input-prepend
15 - %span.add-on= web_app_url 15 + %span.add-on= web_app_url + 'groups/'
16 = f.text_field :code, placeholder: "example" 16 = f.text_field :code, placeholder: "example"
17 17
18 .form-actions 18 .form-actions