]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/templates/notes/show.jst.ejs
Localise dates and times in notes popups
[rails.git] / app / assets / javascripts / templates / notes / show.jst.ejs
index 6d3a9b3bfccd59271f4ee4ee8a6f9674779841b1..abcecc66cbd627ebc1437c46a0718e0decbdb288 100644 (file)
@@ -5,11 +5,12 @@
     <small class="deemphasize">
       <% if (comment.user) { %>
         <%= I18n.t('javascripts.notes.show.' + comment.action + '_by', {
     <small class="deemphasize">
       <% if (comment.user) { %>
         <%= I18n.t('javascripts.notes.show.' + comment.action + '_by', {
-           user: comment.user, user_url: comment.user_url, time: comment.date
+           user: comment.user, user_url: comment.user_url,
+           time: I18n.l("time.formats.long", comment.date)
         }) %>
       <% } else { %>
         <%- I18n.t('javascripts.notes.show.' + comment.action + '_by_anonymous', {
         }) %>
       <% } else { %>
         <%- I18n.t('javascripts.notes.show.' + comment.action + '_by_anonymous', {
-           time: comment.date
+           time: I18n.l("time.formats.long", comment.date)
         }) %>
       <% } %>
     </small>
         }) %>
       <% } %>
     </small>