Lagebild: FC zu Faktenchecks ausgeschrieben in Timeline-Dropdown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -256,7 +256,7 @@ var Lagebild = {
|
|||||||
h += '<button class="timeline-snap-item' + (isActive ? ' active' : '') + '"';
|
h += '<button class="timeline-snap-item' + (isActive ? ' active' : '') + '"';
|
||||||
h += ' data-snapshot-id="' + snap.id + '">';
|
h += ' data-snapshot-id="' + snap.id + '">';
|
||||||
h += '<span class="timeline-snap-time">' + this.fmtTimeOnly(snap.created_at) + ' Uhr</span>';
|
h += '<span class="timeline-snap-time">' + this.fmtTimeOnly(snap.created_at) + ' Uhr</span>';
|
||||||
h += '<span class="timeline-snap-meta">' + snap.article_count + ' Artikel, ' + snap.fact_check_count + ' FC</span>';
|
h += '<span class="timeline-snap-meta">' + snap.article_count + ' Artikel, ' + snap.fact_check_count + ' Faktenchecks</span>';
|
||||||
h += '</button>';
|
h += '</button>';
|
||||||
}
|
}
|
||||||
h += '</div>';
|
h += '</div>';
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren