4 lines
139 B
Text
4 lines
139 B
Text
|
$('#notification-<%= @notification.id %> > a')
|
||
|
.text('(unread)')
|
||
|
.attr('href', '<%= mark_read_notification_path(@notification.id) %>')
|