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