club-soda / club-soda-guide

Mindful Drinking Movement - Club Soda MVP 2.0
https://club-soda-guide-staging.herokuapp.com
17 stars 0 forks source link

use add_line_breaks instead of text_to_html #630

Closed SimonLab closed 5 years ago

SimonLab commented 5 years ago

ref: https://github.com/club-soda/club-soda-guide/issues/628#issuecomment-538442646

The Phoenix function text_to_html create new paragraph if there is 2 or more line breaks, however it will trim empty paragraphs. So instead I'm using the helper function used for the venues add_line_breaks which will create <br> for every new lines