mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Replace newlines in contacts import
This commit is contained in:
parent
e64622b372
commit
cc9384eafa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue