11 lines
293 B
Text
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 %>
|