]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/note_comment_notification.text.erb
Merge remote-tracking branch 'upstream/pull/1824'
[rails.git] / app / views / notifier / note_comment_notification.text.erb
index c8a967450d4b5a2d22b73e0f7030bf599fcc01ef..5924c8a9d2036975a35ce07db95439b83f351748 100644 (file)
@@ -6,8 +6,10 @@
 <%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
 <% end %>
 
+<% unless @comment.empty? %>
 ==
 <%= @comment.to_text %>
 ==
 
+<% end %>
 <%= t 'notifier.note_comment_notification.details', :url => @noteurl %>