]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/diary_comment_notification.text.erb
Merge branch 'master' into convert_roundabout_exits
[rails.git] / app / views / notifier / diary_comment_notification.text.erb
index 193e10de9727d3fe9e858e9a6349f1862638c22d..b86c303ae8bfdfb83f14d3a3826e7455bec869b6 100644 (file)
@@ -1,9 +1,9 @@
-<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %> 
+<%= t '.hi', :to_user => @to_user %>
 
 
-<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %>
+<%= t '.header', :from_user => @from_user, :subject => @title %>
 
 ==
 
 ==
-<%= raw @text %>
+<%= raw @text.to_text %>
 ==
 
 ==
 
-<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>
+<%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>