mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Remove unecessary handling of newlines in contact views
This commit is contained in:
parent
1fd70df6db
commit
255706fb45
3 changed files with 2 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
module ContactHelper
|
||||
def printable_street(street)
|
||||
street.to_s.gsub("\n", '<br>').html_safe
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue