Ajaxify the country selection on the terms page
This commit is contained in:
parent
972278a223
commit
adb0883d17
4 changed files with 58 additions and 43 deletions
|
@ -25,7 +25,11 @@ class UserController < ApplicationController
|
|||
@legale = params[:legale] || OSM.IPToCountry(request.remote_ip) || APP_CONFIG['default_legale']
|
||||
@text = OSM.legal_text_for_country(@legale)
|
||||
|
||||
if @user.invalid?
|
||||
if request.xhr?
|
||||
render :update do |page|
|
||||
page.replace_html "contributorTerms", :partial => "terms"
|
||||
end
|
||||
elsif @user.invalid?
|
||||
render :action => 'new'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue