retirer l'orientation des cartes de résultats de recherche

This commit is contained in:
Pontoporeia
2026-07-03 16:58:29 +02:00
parent 880d169e72
commit a5f658ce0c
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -256,6 +256,7 @@
.admin-table-id {
color: var(--text-secondary);
font-size: var(--step--2);
white-space: nowrap;
}
/* ── Filters bar ────────────────────────────────────────────────────────── */
+1 -1
View File
@@ -50,7 +50,7 @@ $to = min($page * $perPage, $totalItems);
<?php endif; ?>
<span class="result-card__authors"><?= htmlspecialchars($item['authors'] ?? '') ?></span>
<span class="result-card__title"><?= htmlspecialchars($item['title']) ?></span>
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?><?php if (!empty($item['orientation'])): ?> · <?= htmlspecialchars($item['orientation']) ?><?php endif; ?></small>
<small class="result-card__meta"><?= htmlspecialchars($item['year']) ?></small>
</a></li>
<?php endforeach; ?>
</ul>