Marwâne
Marwâne
Awesome 👍
**HTML** ```html markAsRead ``` **JS** ```javascript $('#markAsRead{{ loop.index }}').click(function(){ $.post('{{ mgilet_notification_generate_path('notification_mark_as_seen', item.notifiableEntity, item.notification) }}', function() { location.reload(); }); }); ``` Hope it helps.
> I don't see the benefit of this change. Hey @XWB, I made this PR to match Twig coding standards.
Would be game changer.