]> git.openstreetmap.org Git - rails.git/blob - app/views/notes/_description.html.erb
Remove nearby_place from the note model
[rails.git] / app / views / notes / _description.html.erb
1 <div>
2   <% description.comments.each do |comment| -%>
3   <div class="note-comment" style="margin-top: 5px">
4     <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, :only_path => false) %></div>
5     <div class="note-comment-text"><%= comment.body %></div>
6   </div>
7   <% end -%>
8 </div>