Unify Officing and Admin results views

Unify the code from app/views/officing/results/index.html.erb with
app/views/admin/poll/results/_result.html.erb. This prepares the ground
to extract a component in the next commit and avoid duplication.
This commit is contained in:
taitus
2025-09-17 15:40:58 +02:00
parent 896ebc82fd
commit bc6506da5a
3 changed files with 4 additions and 8 deletions

View File

@@ -57,8 +57,6 @@ en:
index:
no_results: "No results"
results: Results
table_answer: Answer
table_votes: Votes
table_whites: "Totally blank ballots"
table_nulls: "Invalid ballots"
table_total: "Valid ballots"

View File

@@ -57,8 +57,6 @@ es:
index:
no_results: "No hay resultados"
results: Resultados
table_answer: Respuesta
table_votes: Votos
table_whites: "Papeletas totalmente en blanco"
table_nulls: "Papeletas nulas"
table_total: "Papeletas válidas"