9 lines
229 B
Text
9 lines
229 B
Text
<%= t '.hi', :to_user => @to_user %>
|
|
|
|
<%= t '.header', :from_user => @from_user, :subject => @title %>
|
|
|
|
==
|
|
<%= raw @text.to_text %>
|
|
==
|
|
|
|
<%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
|