]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/message_notification.text.erb
Merge pull request #3642 from Firefishy/forum-to-community
[rails.git] / app / views / user_mailer / message_notification.text.erb
1 <%= t '.hi', :to_user => @to_user %>
2
3 <%= t '.header', :from_user => @from_user, :subject => @title %>
4
5 ==
6 <%= @text.to_text %>
7 ==
8
9 <%= word_wrap(t '.footer', :readurl => @readurl, :replyurl => @replyurl) %>