From 7c2e67c6604454ab03d4f760794d85036f0c098b Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Fri, 5 Oct 2012 23:46:15 -0700 Subject: [PATCH] Tiny fix to the add/edit groups form path field --- app/views/admin/groups/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml index 46c59563..e85cce66 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