]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/message_notification.text.erb
Fix indentation in email template
[rails.git] / app / views / notifier / message_notification.text.erb
1 <%= raw t'notifier.message_notification.hi', :to_user => @to_user %> 
2
3 <%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
4
5 ==
6 <%= raw @text.to_text %>
7 ==
8
9 <%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>