mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Admin: Fixed contact address view
This commit is contained in:
parent
ce52e6e097
commit
0d1cab434d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
%dd= @contact.org_name
|
||||
|
||||
%dt= t(:street)
|
||||
%dd= @contact.street.gsub("\n", '<br>').html_safe
|
||||
%dd= @contact.street.to_s.gsub("\n", '<br>').html_safe
|
||||
|
||||
%dt= t(:city)
|
||||
%dd= @contact.city
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue