Replace newlines in contacts import

This commit is contained in:
Martin Lensment 2015-04-07 10:50:20 +03:00
parent e64622b372
commit cc9384eafa
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
%dd= @contact.org_name
%dt= t(:street)
%dd= @contact.street
%dd= @contact.street.gsub("\n", '<br>').html_safe
%dt= t(:city)
%dd= @contact.city