]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_mailer/note_comment_notification.text.erb
Rename Notifier to UserMailer
[rails.git] / app / views / user_mailer / note_comment_notification.text.erb
diff --git a/app/views/user_mailer/note_comment_notification.text.erb b/app/views/user_mailer/note_comment_notification.text.erb
new file mode 100644 (file)
index 0000000..7014a50
--- /dev/null
@@ -0,0 +1,15 @@
+<%= t '.greeting' %>
+
+<% if @owner %>
+<%= t ".#{@event}.your_note", :commenter => @commenter, :place => @place %>
+<% else %>
+<%= t ".#{@event}.commented_note", :commenter => @commenter, :place => @place %>
+<% end %>
+
+<% unless @comment.empty? %>
+==
+<%= @comment.to_text %>
+==
+
+<% end %>
+<%= t '.details', :url => @noteurl %>