openstreetmap-website/app/helpers/notifier_helper.rb
Tom Hughes 6aaaf5dddb Rework signup emails a bit
Remove "lego" strings and try and reduce duplication between the
text and HTML versions of the mails.
2012-11-05 09:54:58 +00:00

5 lines
81 B
Ruby

module NotifierHelper
def fp(text)
format_paragraph(text, 72, 0)
end
end