openstreetmap-website/app/views/user_mailer/diary_comment_notification.text.erb

11 lines
293 B
Text

<%= t '.hi', :to_user => @to_user %>
<%= t '.header', :from_user => @from_user, :subject => @title %>
==
<%= @text.to_text %>
==
<%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
<%= t '.footer_unsubscribe', :unsubscribeurl => @unsubscribeurl %>