projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adapt richtext javascript to Turbo
[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) %>