]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_description.html.erb
Make notes RSS feeds work
[rails.git] / app / views / notes / _description.html.erb
index 435f263c691f7f84881dcbfab11fb70b49115e8a..761b69ea2db87fc7dd0528a1188a0705243328f0 100644 (file)
@@ -1,7 +1,7 @@
 <div>
   <% description.comments.each do |comment| -%>
   <div class="note-comment" style="margin-top: 5px">
-    <% if comment.author.nil> -%>
+    <% if comment.author.nil? -%>
     <div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t "note.description.#{comment.event}_at", :when => friendly_date(comment.created_at) %></div>
     <% else -%>
     <div class="note-comment-description" style="font-size: smaller; color: #999999"><%= t "note.description.#{comment.event}_at_by", :when => friendly_date(comment.created_at), :user => note_author(comment.author, :only_path => false) %></div>