- <%= I18n.t('javascripts.notes.show.event', {
- action: comment.action, user: comment.user,
- user_url: comment.user_url, time: comment.date
+ <%= I18n.t('javascripts.notes.show.' + comment.action + '_by', {
+ user: comment.user, user_url: comment.user_url,
+ time: I18n.l("time.formats.long", comment.date)