Remove "lego" strings and try and reduce duplication between the text and HTML versions of the mails.
5 lines
81 B
Ruby
5 lines
81 B
Ruby
module NotifierHelper
|
|
def fp(text)
|
|
format_paragraph(text, 72, 0)
|
|
end
|
|
end
|