From 11b8fc896c66d454b6aecf0da045d5bc67f8eafd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 10 Feb 2009 15:52:22 -0300 Subject: [PATCH] ActionItem900: removing the extra step for quickly joining groups --- app/views/shared/join_community_popup.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/join_community_popup.rhtml b/app/views/shared/join_community_popup.rhtml index 22004c8..2d72374 100644 --- a/app/views/shared/join_community_popup.rhtml +++ b/app/views/shared/join_community_popup.rhtml @@ -3,7 +3,7 @@ <% button_bar do %> <% if logged_in? %> - <%= lightbox_button(:ok, _('Yes'), :controller => 'profile', :action => 'join', :profile => profile.identifier) %> + <%= button(:ok, _('Yes'), { :controller => 'profile', :action => 'join', :profile => profile.identifier, :confirmation => '1'}, :method => :post) %> <% else %> <%= button(:ok, _('Yes'), :controller => 'profile', :action => 'join', :profile => profile.identifier) %> <% end %> -- libgit2 0.21.2