]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/templates/notes/show.jst.ejs
cf5d9010a9e57955d635ac3818d975575b749101
[rails.git] / app / assets / javascripts / templates / notes / show.jst.ejs
1 <h2>Note <%- note.id %></h2>
2 <% note.comments.forEach(function (comment) { %>
3 <p>
4   <small class="deemphasize">
5     <%- comment.action %> by <%- comment.user %> at <%- comment.date %>
6   </small>
7   <br/>
8   <%- comment.text %>
9 </p>
10 <% }) %>