Commit 1a2cb531c74e77083628ea1f63e48f6570adbb42
Exists in
master
and in
4 other branches
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,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 |