Admin: Fixed contact address view

This commit is contained in:
Priit Tark 2015-04-07 17:04:15 +03:00
parent ce52e6e097
commit 0d1cab434d

View file

@ -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