From fd488954a841491a9db7f275bcca2d7c5042adff Mon Sep 17 00:00:00 2001 From: Daniel Bucher Date: Wed, 19 Feb 2014 16:49:43 -0300 Subject: [PATCH] environment_features: Add redirection option for signup on admin features page. --- app/views/features/index.rhtml | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/views/features/index.rhtml b/app/views/features/index.rhtml index 796e632..fe9ff0a 100644 --- a/app/views/features/index.rhtml +++ b/app/views/features/index.rhtml @@ -26,9 +26,13 @@ Check all the features you want to enable for your environment, uncheck all the

<%= _('Configure features') %>

+

<%= _('Page to redirect after signup') %>

+ <%= select 'environment', 'redirection_after_signup', Environment.signup_redirection_options.map{|key,value|[value,key]} %> +

<%= _('Page to redirect after login') %>

<%= select 'environment', 'redirection_after_login', Environment.login_redirection_options.map{|key,value|[value,key]} %>
+

<%= _('Organization Approval Method') %>

<%= select_organization_approval_method('environment', 'organization_approval_method') %>
-- libgit2 0.21.2