1 <h2><%- I18n.t('javascripts.notes.show.title', { id: note.id }) %></h2>
2 <% note.comments.forEach(function (comment) { %>
4 <small class="deemphasize">
5 <%- I18n.t('javascripts.notes.show.comment', {
6 action: comment.action, user: comment.user, time: comment.date