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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user