X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a4e38ea695c33d1de8a77fdf9ee2e0e1084d6c76..6157280d19ca65b3ff00fd8c1f4dfc94fcbdb64c:/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 bea60ed4a..240259140 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -1,5 +1,5 @@
- + <% if (note.comments.some(function (comment) { return !comment.user })) { %> <%- I18n.t('javascripts.notes.show.anonymous_warning') %> <% } %>