about summary refs log tree commit diff
path: root/app/views/invites
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-12-01 20:26:57 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-12-01 12:26:57 +0100
commiteee3b32b7714a302ae384c92ef13601167ec892a (patch)
tree9dcef9321f3d56c5deb5d82bb932e59fd992fb84 /app/views/invites
parentdf03042a6ed84aad7ea21e683aa56726466a7790 (diff)
Fix invites form path (#5861)
Diffstat (limited to 'app/views/invites')
-rw-r--r--app/views/invites/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/invites/_form.html.haml b/app/views/invites/_form.html.haml
index 99647f597..a01cf5946 100644
--- a/app/views/invites/_form.html.haml
+++ b/app/views/invites/_form.html.haml
@@ -1,4 +1,4 @@
-= simple_form_for(@invite) do |f|
+= simple_form_for(@invite, url: controller.is_a?(Admin::InvitesController) ? admin_invites_path : invites_path) do |f|
   = render 'shared/error_messages', object: @invite
 
   .fields-group