Tiny fix to the add/edit groups form path field

This commit is contained in:
Aaron Stone 2012-10-05 23:46:15 -07:00
parent 8c997f319b
commit 7c2e67c660

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