Merge pull request #1641 from sodabrew/patch-1

Tiny fix to the add/edit groups form path field
This commit is contained in:
Dmitriy Zaporozhets 2012-10-07 00:49:59 -07:00
commit 1a2cb531c7

View file

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