X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/361906af9e5a7209af3f7006acbd117ed7b85e24..d57755b737cbb38a590b0e017a4b5c6c661aea62:/app/assets/javascripts/templates/notes/show.jst.ejs diff --git a/app/assets/javascripts/templates/notes/show.jst.ejs b/app/assets/javascripts/templates/notes/show.jst.ejs index 038ff5ebd..2ae846b19 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -2,7 +2,7 @@ <% note.comments.forEach(function (comment) { %>
- <%- I18n.t('javascripts.notes.show.comment', { + <%- I18n.t('javascripts.notes.show.event', { action: comment.action, user: comment.user, time: comment.date }) %> @@ -10,3 +10,11 @@ <%- comment.text %>
<% }) %> +<% if (note.status == "open") { %> + +<% } %>