3 lines
165 B
Text
3 lines
165 B
Text
$('#notification-<%= @notification.id %> .notification-read-unread > a')
|
|
.text('(read)')
|
|
.attr('href', '<%= mark_unread_notification_path(@notification.id) %>')
|