feat: migrate rcon historical storage to postgres
This commit is contained in:
@@ -802,7 +802,6 @@ function hydrateMvpComparison(
|
||||
|
||||
function renderRecentMatchCard(item) {
|
||||
const mapName = item.map?.pretty_name || item.map?.name || "Mapa no disponible";
|
||||
const matchUrl = normalizeExternalMatchUrl(item.match_url);
|
||||
const detailUrl = buildInternalMatchDetailUrl(item);
|
||||
const actionLinks = [
|
||||
`<span class="historical-match-card__result">${escapeHtml(formatMatchResult(item.result))}</span>`,
|
||||
@@ -816,18 +815,6 @@ function renderRecentMatchCard(item) {
|
||||
</a>
|
||||
`
|
||||
: "",
|
||||
matchUrl
|
||||
? `
|
||||
<a
|
||||
class="historical-match-card__link historical-match-card__link--scoreboard"
|
||||
href="${escapeHtml(matchUrl)}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Ver partida
|
||||
</a>
|
||||
`
|
||||
: "",
|
||||
].join("");
|
||||
return `
|
||||
<article class="historical-match-card historical-match-card--clean">
|
||||
|
||||
Reference in New Issue
Block a user