- if @this_user.description
- xml.tag! "description", @this_user.description
- end
- if @user && @user == @this_user
- xml.tag! "contributor-terms", :agreed => !!@this_user.terms_agreed,
- :pd => !!@this_user.consider_pd
+ xml.tag! "description", @this_user.description if @this_user.description
+ if current_user && current_user == @this_user
+ xml.tag! "contributor-terms", :agreed => @this_user.terms_agreed.present?,
+ :pd => @this_user.consider_pd