+
{incident.title.replace('🛑', '').replace('⚠️', '').trim()}
+
+ {@html config.i18n.pastIncidentsResolved
+ .replace(
+ /\$MINUTES/g,
+ (
+ (new Date(incident.closed_at).getTime() -
+ new Date(incident.created_at).getTime()) /
+ 60000
+ ).toFixed(0)
+ )
+ .replace(/\$POSTS/g, incident.comments)}
+
+