decidim-elections 0.27.9 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +60 -3
- data/app/cells/decidim/elections/content_blocks/related_elections_cell.rb +13 -0
- data/app/cells/decidim/elections/election_cell.rb +7 -2
- data/app/cells/decidim/elections/election_g_cell.rb +23 -0
- data/app/cells/decidim/elections/election_metadata_cell.rb +57 -0
- data/app/cells/decidim/elections/election_preview/show.erb +24 -24
- data/app/cells/decidim/elections/election_results/progress_bar.erb +6 -7
- data/app/cells/decidim/elections/election_results/show.erb +36 -33
- data/app/cells/decidim/elections/election_s_cell.rb +10 -0
- data/app/cells/decidim/elections/election_vote_cta/show.erb +14 -26
- data/app/cells/decidim/elections/election_vote_cta_cell.rb +0 -9
- data/app/cells/decidim/elections/highlighted_elections_for_component/show.erb +18 -0
- data/app/cells/decidim/elections/highlighted_elections_for_component_cell.rb +50 -0
- data/app/cells/decidim/elections/remaining_time_callout/show.erb +1 -3
- data/app/cells/decidim/elections/voting_step_navigation/show.erb +21 -25
- data/app/cells/decidim/elections/voting_step_navigation_cell.rb +2 -2
- data/app/cells/decidim/votings/content_block_cell.rb +5 -1
- data/app/cells/decidim/votings/content_blocks/hero_cell.rb +53 -0
- data/app/cells/decidim/votings/content_blocks/hero_settings_form_cell.rb +15 -0
- data/app/cells/decidim/votings/content_blocks/highlighted_votings_cell.rb +12 -21
- data/app/cells/decidim/votings/content_blocks/highlighted_votings_settings_form/show.erb +1 -1
- data/app/cells/decidim/votings/content_blocks/main_data_cell.rb +34 -0
- data/app/cells/decidim/votings/content_blocks/metrics_cell.rb +17 -0
- data/app/cells/decidim/votings/content_blocks/polling_stations/show.erb +21 -0
- data/app/cells/decidim/votings/content_blocks/polling_stations_cell.rb +31 -0
- data/app/cells/decidim/votings/content_blocks/statistics_cell.rb +18 -0
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker/show.erb +14 -13
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker_cell.rb +19 -16
- data/app/cells/decidim/votings/polling_station_closure_certificate/show.erb +5 -7
- data/app/cells/decidim/votings/polling_station_closure_recount/show.erb +55 -59
- data/app/cells/decidim/votings/voting_cell.rb +7 -2
- data/app/cells/decidim/votings/voting_dropdown_metadata_cell.rb +19 -0
- data/app/cells/decidim/votings/voting_g_cell.rb +19 -0
- data/app/cells/decidim/votings/voting_map/show.erb +16 -0
- data/app/cells/decidim/votings/voting_map_cell.rb +28 -0
- data/app/cells/decidim/votings/voting_metadata_cell.rb +66 -0
- data/app/cells/decidim/votings/voting_s_cell.rb +10 -0
- data/app/commands/decidim/elections/admin/add_user_as_trustee.rb +5 -5
- data/app/commands/decidim/elections/admin/create_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/create_election.rb +0 -1
- data/app/commands/decidim/elections/admin/destroy_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/destroy_election.rb +0 -1
- data/app/commands/decidim/elections/admin/end_vote.rb +2 -2
- data/app/commands/decidim/elections/admin/import_proposals_to_elections.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_results.rb +2 -2
- data/app/commands/decidim/elections/admin/report_missing_trustee.rb +2 -2
- data/app/commands/decidim/elections/admin/setup_election.rb +2 -2
- data/app/commands/decidim/elections/admin/start_key_ceremony.rb +2 -2
- data/app/commands/decidim/elections/admin/start_tally.rb +2 -2
- data/app/commands/decidim/elections/admin/start_vote.rb +2 -2
- data/app/commands/decidim/elections/admin/unpublish_election.rb +1 -1
- data/app/commands/decidim/elections/admin/update_answer.rb +0 -1
- data/app/commands/decidim/elections/admin/update_answer_selection.rb +1 -1
- data/app/commands/decidim/elections/admin/update_election.rb +0 -1
- data/app/commands/decidim/elections/trustee_zone/update_election_bulletin_board_status.rb +3 -3
- data/app/commands/decidim/elections/voter/cast_vote.rb +1 -1
- data/app/commands/decidim/elections/voter/update_vote_status.rb +2 -2
- data/app/commands/decidim/votings/admin/create_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/create_monitoring_committee_member.rb +4 -4
- data/app/commands/decidim/votings/admin/create_polling_officer.rb +4 -4
- data/app/commands/decidim/votings/admin/create_polling_station.rb +1 -1
- data/app/commands/decidim/votings/admin/create_voting.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_monitoring_committee_member.rb +1 -1
- data/app/commands/decidim/votings/admin/destroy_polling_officer.rb +1 -1
- data/app/commands/decidim/votings/admin/manage_polling_station.rb +1 -1
- data/app/commands/decidim/votings/admin/monitoring_committee_validate_polling_station_closure.rb +1 -1
- data/app/commands/decidim/votings/admin/update_ballot_style.rb +1 -1
- data/app/commands/decidim/votings/admin/update_voting.rb +1 -1
- data/app/commands/decidim/votings/census/admin/create_dataset.rb +2 -2
- data/app/commands/decidim/votings/census/admin/create_datum.rb +3 -3
- data/app/commands/decidim/votings/census/admin/destroy_dataset.rb +1 -1
- data/app/commands/decidim/votings/census/admin/increment_dataset_processed_rows.rb +1 -1
- data/app/commands/decidim/votings/census/admin/launch_access_codes_generation.rb +1 -1
- data/app/commands/decidim/votings/census/admin/update_dataset.rb +1 -1
- data/app/commands/decidim/votings/certify_polling_station_closure.rb +1 -2
- data/app/commands/decidim/votings/create_polling_station_closure.rb +1 -1
- data/app/commands/decidim/votings/create_polling_station_results.rb +1 -1
- data/app/commands/decidim/votings/send_access_code.rb +5 -1
- data/app/commands/decidim/votings/sign_polling_station_closure.rb +2 -2
- data/app/commands/decidim/votings/voter/in_person_vote.rb +1 -1
- data/app/constraints/decidim/votings/current_voting.rb +1 -1
- data/app/controllers/concerns/decidim/elections/content_security_policy.rb +23 -0
- data/app/controllers/concerns/decidim/elections/has_vote_flow.rb +2 -2
- data/app/controllers/concerns/decidim/votings/admin/voting_admin.rb +1 -1
- data/app/controllers/concerns/decidim/votings/needs_voting.rb +1 -1
- data/app/controllers/decidim/elections/admin/answers_controller.rb +9 -10
- data/app/controllers/decidim/elections/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/admin/elections_controller.rb +7 -7
- data/app/controllers/decidim/elections/admin/feedback_forms_controller.rb +2 -2
- data/app/controllers/decidim/elections/admin/proposals_imports_controller.rb +3 -3
- data/app/controllers/decidim/elections/admin/questions_controller.rb +7 -7
- data/app/controllers/decidim/elections/admin/steps_controller.rb +4 -4
- data/app/controllers/decidim/elections/admin/trustees_participatory_spaces_controller.rb +2 -2
- data/app/controllers/decidim/elections/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/elections_controller.rb +5 -2
- data/app/controllers/decidim/elections/trustee_zone/application_controller.rb +1 -0
- data/app/controllers/decidim/elections/trustee_zone/elections_controller.rb +2 -2
- data/app/controllers/decidim/elections/trustee_zone/trustees_controller.rb +3 -3
- data/app/controllers/decidim/elections/votes_controller.rb +19 -13
- data/app/controllers/decidim/votings/admin/monitoring_committee_election_results_controller.rb +11 -3
- data/app/controllers/decidim/votings/admin/monitoring_committee_members_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/monitoring_committee_polling_station_closures_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/polling_officers_controller.rb +3 -3
- data/app/controllers/decidim/votings/admin/polling_stations_controller.rb +3 -4
- data/app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb +5 -0
- data/app/controllers/decidim/votings/admin/voting_attachments_controller.rb +5 -0
- data/app/controllers/decidim/votings/admin/voting_publications_controller.rb +25 -0
- data/app/controllers/decidim/votings/admin/votings_controller.rb +2 -26
- data/app/controllers/decidim/votings/admin/votings_landing_page_content_blocks_controller.rb +1 -5
- data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +4 -7
- data/app/controllers/decidim/votings/census/admin/census_controller.rb +2 -2
- data/app/controllers/decidim/votings/polling_officer_zone/closures_controller.rb +12 -12
- data/app/controllers/decidim/votings/polling_officer_zone/in_person_votes_controller.rb +17 -10
- data/app/controllers/decidim/votings/polling_officer_zone/polling_officers_controller.rb +1 -1
- data/app/controllers/decidim/votings/votings_controller.rb +7 -9
- data/app/events/decidim/elections/election_published_event.rb +1 -1
- data/app/events/decidim/elections/trustees/notify_new_trustee_event.rb +1 -1
- data/app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb +1 -1
- data/app/events/decidim/elections/votes/vote_accepted_event.rb +1 -1
- data/app/events/decidim/votings/polling_officers/polling_station_assigned_event.rb +1 -1
- data/app/forms/decidim/elections/admin/answer_form.rb +1 -1
- data/app/forms/decidim/elections/admin/election_form.rb +1 -1
- data/app/forms/decidim/votings/admin/publish_results_form.rb +5 -5
- data/app/forms/decidim/votings/admin/voting_form.rb +1 -1
- data/app/forms/decidim/votings/admin/{polling_officer_form.rb → voting_user_role_form.rb} +1 -1
- data/app/forms/decidim/votings/census/frontend_fields.rb +1 -1
- data/app/forms/decidim/votings/census/in_person_fields.rb +8 -4
- data/app/forms/decidim/votings/closure_result_form.rb +2 -2
- data/app/helpers/decidim/elections/admin/trustees_participatory_spaces_helper.rb +4 -2
- data/app/helpers/decidim/elections/application_helper.rb +8 -0
- data/app/helpers/decidim/votings/map_helper.rb +22 -0
- data/app/helpers/decidim/votings/votings_helper.rb +33 -0
- data/app/jobs/decidim/votings/census/admin/create_datum_job.rb +1 -1
- data/app/jobs/decidim/votings/census/admin/generate_access_codes_job.rb +2 -2
- data/app/mailers/decidim/votings/access_code_mailer.rb +1 -1
- data/app/mailers/decidim/votings/census/export_mailer.rb +1 -1
- data/app/models/decidim/elections/trustee.rb +2 -2
- data/app/models/decidim/votings/ballot_style.rb +1 -1
- data/app/models/decidim/votings/polling_officer.rb +2 -2
- data/app/models/decidim/votings/polling_station.rb +1 -1
- data/app/packs/entrypoints/decidim_elections.js +12 -0
- data/app/packs/entrypoints/decidim_elections_admin.js +6 -0
- data/app/packs/entrypoints/decidim_votings.js +11 -0
- data/app/packs/entrypoints/decidim_votings_admin.js +10 -0
- data/app/packs/src/decidim/elections/admin/pending_action.js +10 -7
- data/app/packs/src/decidim/elections/admin/trustees_process.js +107 -104
- data/app/packs/src/decidim/elections/admin/vote_statistics.js +6 -3
- data/app/packs/src/decidim/elections/broken_promises_handler.js +9 -7
- data/app/packs/src/decidim/elections/election_log.js +126 -128
- data/app/packs/src/decidim/elections/trustee/key_ceremony.js +138 -139
- data/app/packs/src/decidim/elections/trustee/tally.js +122 -118
- data/app/packs/src/decidim/elections/trustee/trustee_zone.js +9 -7
- data/app/packs/src/decidim/elections/voter/casting-vote.js +9 -7
- data/app/packs/src/decidim/elections/voter/new-vote.js +92 -71
- data/app/packs/src/decidim/elections/voter/setup-preview.js +0 -4
- data/app/packs/src/decidim/elections/voter/setup-vote.js +0 -4
- data/app/packs/src/decidim/elections/voter/verify-vote.js +11 -6
- data/app/packs/src/decidim/elections/voter/vote_questions.component.js +74 -28
- data/app/packs/src/decidim/votings/admin/polling_officers_picker.js +16 -31
- data/app/packs/src/decidim/votings/admin/polling_stations_form.js +4 -1
- data/app/packs/src/decidim/votings/admin/{polling_officers_form.js → voting_user_role_form.js} +1 -1
- data/app/packs/src/decidim/votings/in-person-vote.js +4 -4
- data/app/packs/src/decidim/votings/polling_officer_zone/edit-closure.js +4 -4
- data/app/packs/src/decidim/votings/polling_officer_zone/in-person-vote.js +1 -1
- data/app/packs/src/decidim/votings/polling_officer_zone/new-closure.js +6 -8
- data/app/packs/stylesheets/decidim/elections/elections.scss +200 -6
- data/app/packs/stylesheets/decidim/votings/admin/votings/_ballot-styles.scss +3 -3
- data/app/packs/stylesheets/decidim/votings/admin/votings/_monitoring-committee-polling-station-closures.scss +2 -2
- data/app/packs/stylesheets/decidim/votings/admin/votings/_results.scss +1 -1
- data/app/packs/stylesheets/decidim/votings/admin/votings.scss +20 -0
- data/app/packs/stylesheets/decidim/votings/votings.scss +53 -2
- data/app/permissions/decidim/votings/admin/permissions.rb +2 -2
- data/app/presenters/decidim/elections/admin_log/election_presenter.rb +2 -2
- data/app/presenters/decidim/elections/admin_log/trustee_presenter.rb +2 -2
- data/app/presenters/decidim/elections/trustee_presenter.rb +1 -1
- data/app/presenters/decidim/votings/admin_log/ballot_style_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/monitoring_committee_member_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/polling_officer_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/polling_station_presenter.rb +2 -2
- data/app/presenters/decidim/votings/admin_log/voting_presenter.rb +2 -2
- data/app/presenters/decidim/votings/census/admin_log/dataset_presenter.rb +2 -2
- data/app/presenters/decidim/votings/voting_stats_presenter.rb +3 -42
- data/app/services/decidim/votings/census/access_codes_exporter.rb +1 -1
- data/app/services/decidim/votings/census_vote_flow.rb +3 -3
- data/app/views/decidim/elections/admin/answers/_form.html.erb +16 -18
- data/app/views/decidim/elections/admin/answers/edit.html.erb +21 -5
- data/app/views/decidim/elections/admin/answers/index.html.erb +33 -18
- data/app/views/decidim/elections/admin/answers/new.html.erb +21 -5
- data/app/views/decidim/elections/admin/elections/_form.html.erb +20 -19
- data/app/views/decidim/elections/admin/elections/edit.html.erb +16 -6
- data/app/views/decidim/elections/admin/elections/index.html.erb +72 -70
- data/app/views/decidim/elections/admin/elections/new.html.erb +16 -6
- data/app/views/decidim/elections/admin/proposals_imports/new.html.erb +36 -21
- data/app/views/decidim/elections/admin/questions/_form.html.erb +18 -20
- data/app/views/decidim/elections/admin/questions/edit.html.erb +20 -6
- data/app/views/decidim/elections/admin/questions/index.html.erb +50 -49
- data/app/views/decidim/elections/admin/questions/new.html.erb +20 -5
- data/app/views/decidim/elections/admin/steps/_create_election.html.erb +41 -36
- data/app/views/decidim/elections/admin/steps/_created.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_key_ceremony.html.erb +7 -7
- data/app/views/decidim/elections/admin/steps/_key_ceremony_ended.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_results_published.html.erb +4 -4
- data/app/views/decidim/elections/admin/steps/_tally_ended.html.erb +4 -4
- data/app/views/decidim/elections/admin/steps/_tally_started.html.erb +11 -11
- data/app/views/decidim/elections/admin/steps/_vote.html.erb +3 -3
- data/app/views/decidim/elections/admin/steps/_vote_ended.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_vote_stats.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/index.html.erb +44 -37
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/_form.html.erb +10 -14
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +57 -60
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +16 -5
- data/app/views/decidim/elections/elections/_elections.html.erb +9 -16
- data/app/views/decidim/elections/elections/election_log.html.erb +171 -179
- data/app/views/decidim/elections/elections/index.html.erb +18 -21
- data/app/views/decidim/elections/elections/index.js.erb +0 -5
- data/app/views/decidim/elections/elections/show.html.erb +63 -39
- data/app/views/decidim/elections/shared/_broken_promises_modal.html.erb +18 -27
- data/app/views/decidim/elections/trustee_zone/elections/_backup_modal.html.erb +10 -20
- data/app/views/decidim/elections/trustee_zone/elections/_key_ceremony_steps.html.erb +32 -27
- data/app/views/decidim/elections/trustee_zone/elections/_restore_modal.html.erb +11 -21
- data/app/views/decidim/elections/trustee_zone/elections/_tally_started_steps.html.erb +46 -41
- data/app/views/decidim/elections/trustee_zone/elections/show.html.erb +4 -6
- data/app/views/decidim/elections/trustee_zone/trustees/_no_public_keys.html.erb +30 -0
- data/app/views/decidim/elections/trustee_zone/trustees/_public_keys.html.erb +17 -0
- data/app/views/decidim/elections/trustee_zone/trustees/_table.html.erb +28 -0
- data/app/views/decidim/elections/trustee_zone/trustees/show.html.erb +21 -96
- data/app/views/decidim/elections/votes/_new_ballot_decision_step.html.erb +22 -26
- data/app/views/decidim/elections/votes/_new_confirm_step.html.erb +59 -47
- data/app/views/decidim/elections/votes/_new_encrypting_step.html.erb +8 -19
- data/app/views/decidim/elections/votes/_new_question.html.erb +12 -28
- data/app/views/decidim/elections/votes/_new_question_modal.html.erb +20 -23
- data/app/views/decidim/elections/votes/_onboarding_modal.html.erb +14 -22
- data/app/views/decidim/elections/votes/_show_casted.html.erb +28 -30
- data/app/views/decidim/elections/votes/_show_casting.html.erb +12 -19
- data/app/views/decidim/elections/votes/_show_failed.html.erb +20 -17
- data/app/views/decidim/elections/votes/new.html.erb +78 -61
- data/app/views/decidim/elections/votes/show.html.erb +12 -11
- data/app/views/decidim/elections/votes/verify.html.erb +40 -61
- data/app/views/decidim/votings/admin/ballot_styles/_form.html.erb +19 -19
- data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +16 -6
- data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +50 -54
- data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +16 -6
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/_results.html.erb +43 -46
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/index.html.erb +23 -25
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/show.html.erb +5 -5
- data/app/views/decidim/votings/admin/monitoring_committee_members/_form.html.erb +19 -20
- data/app/views/decidim/votings/admin/monitoring_committee_members/index.html.erb +32 -34
- data/app/views/decidim/votings/admin/monitoring_committee_members/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closure_certificate_results.erb +1 -1
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closures.html.erb +53 -56
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb +22 -25
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/edit.html.erb +12 -11
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/show.html.erb +1 -1
- data/app/views/decidim/votings/admin/monitoring_committee_verify_elections/index.html.erb +37 -39
- data/app/views/decidim/votings/admin/polling_officers/_form.html.erb +19 -20
- data/app/views/decidim/votings/admin/polling_officers/index.html.erb +40 -41
- data/app/views/decidim/votings/admin/polling_officers/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/polling_stations/_form.html.erb +25 -31
- data/app/views/decidim/votings/admin/polling_stations/edit.html.erb +17 -6
- data/app/views/decidim/votings/admin/polling_stations/index.html.erb +46 -47
- data/app/views/decidim/votings/admin/polling_stations/new.html.erb +17 -6
- data/app/views/decidim/votings/admin/votings/_form.html.erb +49 -52
- data/app/views/decidim/votings/admin/votings/edit.html.erb +35 -28
- data/app/views/decidim/votings/admin/votings/index.html.erb +58 -82
- data/app/views/decidim/votings/admin/votings/new.html.erb +16 -9
- data/app/views/decidim/votings/census/admin/census/_creating_data.html.erb +4 -4
- data/app/views/decidim/votings/census/admin/census/_export_codes.html.erb +3 -3
- data/app/views/decidim/votings/census/admin/census/_generate_codes.html.erb +8 -8
- data/app/views/decidim/votings/census/admin/census/_new_census.html.erb +8 -7
- data/app/views/decidim/votings/census/admin/census/_upload_info.html.erb +5 -5
- data/app/views/decidim/votings/census/admin/census/show.html.erb +7 -7
- data/app/views/decidim/votings/polling_officer_zone/closures/_answer_results_form_fields.html.erb +2 -3
- data/app/views/decidim/votings/polling_officer_zone/closures/_ballot_results_form_fields.html.erb +24 -35
- data/app/views/decidim/votings/polling_officer_zone/closures/_certify_form.html.erb +5 -9
- data/app/views/decidim/votings/polling_officer_zone/closures/_modal_ballots_count_error.html.erb +34 -48
- data/app/views/decidim/votings/polling_officer_zone/closures/_modal_ballots_results_count_error.html.erb +18 -18
- data/app/views/decidim/votings/polling_officer_zone/closures/_question_results_form_fields.html.erb +12 -17
- data/app/views/decidim/votings/polling_officer_zone/closures/_sign_form.html.erb +34 -49
- data/app/views/decidim/votings/polling_officer_zone/closures/edit.html.erb +50 -37
- data/app/views/decidim/votings/polling_officer_zone/closures/new.html.erb +57 -51
- data/app/views/decidim/votings/polling_officer_zone/closures/show.html.erb +44 -34
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_complete_voting.html.erb +40 -57
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_in_person_form.html.erb +34 -47
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/_verify_document.html.erb +19 -22
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/new.html.erb +12 -12
- data/app/views/decidim/votings/polling_officer_zone/in_person_votes/show.html.erb +22 -21
- data/app/views/decidim/votings/polling_officer_zone/polling_officers/_polling_station.html.erb +34 -41
- data/app/views/decidim/votings/polling_officer_zone/polling_officers/index.html.erb +9 -5
- data/app/views/decidim/votings/votings/_access_code_modal.html.erb +26 -31
- data/app/views/decidim/votings/votings/_check_fields.html.erb +19 -28
- data/app/views/decidim/votings/votings/_polling_officers_picker.html.erb +4 -0
- data/app/views/decidim/votings/votings/_votings.html.erb +5 -11
- data/app/views/decidim/votings/votings/check_census.html.erb +53 -53
- data/app/views/decidim/votings/votings/elections_log.html.erb +25 -22
- data/app/views/decidim/votings/votings/index.html.erb +24 -25
- data/app/views/decidim/votings/votings/index.js.erb +0 -5
- data/app/views/decidim/votings/votings/login.html.erb +51 -44
- data/app/views/decidim/votings/votings/show.html.erb +5 -7
- data/app/views/layouts/decidim/admin/voting.html.erb +11 -11
- data/app/views/layouts/decidim/admin/votings.html.erb +16 -0
- data/app/views/layouts/decidim/votings.html.erb +10 -14
- data/config/assets.rb +3 -28
- data/config/locales/ar.yml +0 -6
- data/config/locales/bg.yml +0 -1431
- data/config/locales/ca.yml +169 -223
- data/config/locales/cs.yml +157 -210
- data/config/locales/de.yml +161 -215
- data/config/locales/el.yml +164 -108
- data/config/locales/en.yml +183 -237
- data/config/locales/es-MX.yml +164 -218
- data/config/locales/es-PY.yml +163 -217
- data/config/locales/es.yml +168 -222
- data/config/locales/eu.yml +165 -222
- data/config/locales/fi-plain.yml +154 -208
- data/config/locales/fi.yml +162 -216
- data/config/locales/fr-CA.yml +168 -223
- data/config/locales/fr.yml +171 -226
- data/config/locales/ga-IE.yml +0 -40
- data/config/locales/gl.yml +2 -79
- data/config/locales/hu.yml +0 -62
- data/config/locales/it.yml +6 -243
- data/config/locales/ja.yml +173 -227
- data/config/locales/lt.yml +135 -204
- data/config/locales/lv.yml +0 -34
- data/config/locales/nl.yml +2 -211
- data/config/locales/no.yml +1 -131
- data/config/locales/pl.yml +3 -407
- data/config/locales/pt-BR.yml +4 -374
- data/config/locales/pt.yml +4 -245
- data/config/locales/ro-RO.yml +2 -143
- data/config/locales/ru.yml +0 -5
- data/config/locales/sk.yml +0 -5
- data/config/locales/sv.yml +12 -109
- data/config/locales/tr-TR.yml +58 -126
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +1 -68
- data/config/locales/zh-TW.yml +84 -166
- data/db/migrate/20210310120708_add_followable_counter_cache_to_votings.rb +2 -6
- data/lib/decidim/api/election_type.rb +1 -1
- data/lib/decidim/api/elections_type.rb +1 -1
- data/lib/decidim/elections/admin_engine.rb +4 -19
- data/lib/decidim/elections/component.rb +4 -452
- data/lib/decidim/elections/engine.rb +23 -1
- data/lib/decidim/elections/menu.rb +39 -0
- data/lib/decidim/elections/seeds.rb +435 -0
- data/lib/decidim/elections/test/factories.rb +22 -21
- data/lib/decidim/elections/trustee_zone_engine.rb +3 -7
- data/lib/decidim/elections/version.rb +1 -1
- data/lib/decidim/elections.rb +6 -0
- data/lib/decidim/votings/admin_engine.rb +16 -122
- data/lib/decidim/votings/census_admin_engine.rb +4 -8
- data/lib/decidim/votings/census_menu.rb +18 -0
- data/lib/decidim/votings/content_blocks/registry_manager.rb +88 -0
- data/lib/decidim/votings/engine.rb +12 -88
- data/lib/decidim/votings/menu.rb +164 -0
- data/lib/decidim/votings/participatory_space.rb +6 -190
- data/lib/decidim/votings/polling_officer_zone_engine.rb +3 -7
- data/lib/decidim/votings/polling_officer_zone_menu.rb +17 -0
- data/lib/decidim/votings/query_extensions.rb +4 -4
- data/lib/decidim/votings/seeds.rb +197 -0
- data/lib/decidim/votings/test/factories.rb +29 -13
- data/lib/decidim/votings/voting_serializer.rb +1 -1
- data/lib/tasks/decidim_elections.rake +2 -2
- metadata +76 -125
- data/app/cells/decidim/elections/election_m/data.erb +0 -19
- data/app/cells/decidim/elections/election_m/footer.erb +0 -5
- data/app/cells/decidim/elections/election_m/tags.erb +0 -3
- data/app/cells/decidim/elections/election_m_cell.rb +0 -96
- data/app/cells/decidim/elections/election_results/blank_votes.erb +0 -7
- data/app/cells/decidim/votings/content_blocks/highlighted_votings/show.erb +0 -30
- data/app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb +0 -22
- data/app/cells/decidim/votings/content_blocks/landing_page/description/show.erb +0 -15
- data/app/cells/decidim/votings/content_blocks/landing_page/description_cell.rb +0 -25
- data/app/cells/decidim/votings/content_blocks/landing_page/elections/show.erb +0 -15
- data/app/cells/decidim/votings/content_blocks/landing_page/elections/single.erb +0 -11
- data/app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb +0 -47
- data/app/cells/decidim/votings/content_blocks/landing_page/header/show.erb +0 -29
- data/app/cells/decidim/votings/content_blocks/landing_page/header_cell.rb +0 -108
- data/app/cells/decidim/votings/content_blocks/landing_page/header_settings_form_cell.rb +0 -17
- data/app/cells/decidim/votings/content_blocks/landing_page/metrics/show.erb +0 -12
- data/app/cells/decidim/votings/content_blocks/landing_page/metrics_cell.rb +0 -19
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/address.erb +0 -14
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/map.erb +0 -18
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations/show.erb +0 -25
- data/app/cells/decidim/votings/content_blocks/landing_page/polling_stations_cell.rb +0 -56
- data/app/cells/decidim/votings/content_blocks/landing_page/statistics_cell.rb +0 -24
- data/app/cells/decidim/votings/content_blocks/landing_page/timeline/show.erb +0 -7
- data/app/cells/decidim/votings/content_blocks/landing_page/timeline_cell.rb +0 -17
- data/app/cells/decidim/votings/polling_officers/polling_officers_picker/polling_officers.erb +0 -12
- data/app/cells/decidim/votings/voting_m/data.erb +0 -21
- data/app/cells/decidim/votings/voting_m/footer.erb +0 -5
- data/app/cells/decidim/votings/voting_m_cell.rb +0 -94
- data/app/commands/decidim/votings/admin/publish_voting.rb +0 -40
- data/app/commands/decidim/votings/admin/unpublish_voting.rb +0 -40
- data/app/forms/decidim/votings/admin/monitoring_committee_member_form.rb +0 -27
- data/app/helpers/decidim/votings/admin/polling_officers_picker_helper.rb +0 -29
- data/app/packs/entrypoints/decidim_elections_admin_pending_action.js +0 -1
- data/app/packs/entrypoints/decidim_elections_admin_trustees_process.js +0 -1
- data/app/packs/entrypoints/decidim_elections_admin_vote_statistics.js +0 -1
- data/app/packs/entrypoints/decidim_elections_election_log.js +0 -1
- data/app/packs/entrypoints/decidim_elections_onboarding.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_key_ceremony.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_tally_started.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_trustee_zone.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_zone.js +0 -1
- data/app/packs/entrypoints/decidim_elections_trustee_zone.scss +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_casting-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_new-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_setup-preview.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_setup-vote.js +0 -1
- data/app/packs/entrypoints/decidim_elections_voter_verify-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_monitoring_committee_members_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_officers_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_officers_picker.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_polling_stations_form.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_update_census_dataset_status.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_votings.js +0 -1
- data/app/packs/entrypoints/decidim_votings_admin_votings.scss +0 -1
- data/app/packs/entrypoints/decidim_votings_in-person-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting-description-cell.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-edit-closure.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-in-person-vote.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-new-closure.js +0 -1
- data/app/packs/entrypoints/decidim_votings_voting_polling_officer_zone-sign-closure.js +0 -1
- data/app/packs/src/decidim/elections/onboarding.js +0 -5
- data/app/packs/src/decidim/votings/admin/monitoring_committee_members_form.js +0 -35
- data/app/packs/src/decidim/votings/voting-description-cell.js +0 -34
- data/app/packs/stylesheets/decidim/elections/focus/_accordion.scss +0 -36
- data/app/packs/stylesheets/decidim/elections/focus/_evote.scss +0 -344
- data/app/packs/stylesheets/decidim/elections/focus/_focus.scss +0 -128
- data/app/packs/stylesheets/decidim/elections/trustee_zone.scss +0 -24
- data/app/packs/stylesheets/decidim/votings/votings/_polling-stations-cell.scss +0 -6
- data/app/packs/stylesheets/decidim/votings/votings/_voting-description-cell.scss +0 -29
- data/app/views/decidim/elections/admin/answers/proposals_picker.html.erb +0 -1
- data/app/views/decidim/elections/elections/_count.html.erb +0 -1
- data/app/views/decidim/elections/elections/_election.html.erb +0 -1
- data/app/views/decidim/elections/elections/_filters.html.erb +0 -25
- data/app/views/decidim/elections/elections/_filters_small_view.html.erb +0 -18
- data/app/views/decidim/elections/votes/_focus_header.html.erb +0 -8
- data/app/views/decidim/elections/votes/_new_confirm_step_footer.html.erb +0 -23
- data/app/views/decidim/votings/admin/votings/polling_officers_picker.html.erb +0 -2
- data/app/views/decidim/votings/votings/_count.html.erb +0 -1
- data/app/views/decidim/votings/votings/_filters.html.erb +0 -25
- data/app/views/decidim/votings/votings/_filters_small_view.html.erb +0 -23
- data/app/views/decidim/votings/votings/_promoted_voting.html.erb +0 -27
- data/app/views/layouts/decidim/_election_votes_header.html.erb +0 -13
- data/app/views/layouts/decidim/election_votes.html.erb +0 -27
- data/app/views/layouts/decidim/voting_landing.html.erb +0 -13
- data/config/locales/he-IL.yml +0 -1
- data/db/seeds/Exampledocument.pdf +0 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/decidim-elections.gemspec +0 -37
- data/lib/decidim/elections/seeds/city.jpeg +0 -0
- data/lib/decidim/votings/test/capybara_polling_officers_picker.rb +0 -49
- /data/app/cells/decidim/votings/content_blocks/{landing_page/header_settings_form → hero_settings_form}/show.erb +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
<%= cell("decidim/announcement", t("export_access_codes.callout", scope: "decidim.votings.census.admin.census", email: user_email), callout_class: "warning" ) %>
|
3
3
|
|
4
4
|
<%= link_to t("export_access_codes.button", scope: "decidim.votings.census.admin.census"),
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
export_access_codes_path,
|
6
|
+
class: "button button__sm button__secondary",
|
7
|
+
data: { confirm: t("export_access_codes.confirm", scope: "decidim.votings.census.admin.census", email: user_email) } %>
|
8
8
|
</div>
|
@@ -15,21 +15,21 @@
|
|
15
15
|
<% end %>
|
16
16
|
|
17
17
|
<div class="card-section">
|
18
|
-
<%= cell("decidim/announcement", info_message, callout_class:
|
18
|
+
<%= cell("decidim/announcement", info_message, callout_class: ) %>
|
19
19
|
|
20
20
|
<% if current_census.data.size.zero? %>
|
21
21
|
<%= cell("decidim/announcement", t("generate_access_codes.start_over", scope: "decidim.votings.census.admin.census"), callout_class: "warning" ) %>
|
22
22
|
<%= link_to t("delete.button", scope: "decidim.votings.census.admin.census"),
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
23
|
+
admin_voting_census_path,
|
24
|
+
class: "button button__sm button__secondary alert destroy",
|
25
|
+
method: :delete,
|
26
|
+
data: { confirm: t("delete.confirm", scope: "decidim.votings.census.admin.census") } %>
|
27
27
|
|
28
28
|
<% else %>
|
29
29
|
<%= cell("decidim/announcement", t("generate_access_codes.callout", scope: "decidim.votings.census.admin.census"), callout_class: "warning" ) %>
|
30
30
|
<%= link_to t("generate_access_codes.button", scope: "decidim.votings.census.admin.census"),
|
31
|
-
|
32
|
-
|
33
|
-
|
31
|
+
generate_access_codes_path,
|
32
|
+
class: "button button__sm button__secondary",
|
33
|
+
data: { confirm: t("generate_access_codes.confirm", scope: "decidim.votings.census.admin.census") } %>
|
34
34
|
<% end %>
|
35
35
|
</div>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<div class="card-section">
|
1
|
+
<div class="card-section p-4">
|
2
2
|
<%= cell("decidim/announcement", t("info_message", scope: "decidim.votings.census.admin.census.new"), callout_class: "warning") %>
|
3
3
|
<%= cell("decidim/announcement", ballot_style_callout_text, callout_class: ballot_style_callout_level) %>
|
4
4
|
|
@@ -6,16 +6,17 @@
|
|
6
6
|
<div class="card-section">
|
7
7
|
<h4><%= t("title", scope: "decidim.votings.census.admin.census.new") %></h4>
|
8
8
|
|
9
|
-
<%= render "upload_info", ballot_style_code_header:
|
9
|
+
<%= render "upload_info", ballot_style_code_header: %>
|
10
10
|
|
11
11
|
<%= decidim_form_for(@form, url: admin_voting_census_path,
|
12
|
-
|
13
|
-
|
12
|
+
method: :post,
|
13
|
+
html: { class: "form form-defaults new_census" }) do |form| %>
|
14
14
|
<div class="field">
|
15
|
-
<%= form.upload :file,
|
15
|
+
<%= form.upload :file, help_i18n_scope: "decidim.votings.census.admin.census.new.file_help", button_class: "button button__sm button__transparent-secondary" %>
|
16
|
+
</div>
|
17
|
+
<div class="form__wrapper-block flex-col-reverse md:flex-row justify-between">
|
18
|
+
<%= submit_tag t("submit", scope: "decidim.votings.census.admin.census.new"), class: "button button__sm button__secondary" %>
|
16
19
|
</div>
|
17
|
-
|
18
|
-
<%= submit_tag t("submit", scope: "decidim.votings.census.admin.census.new"), class: "button" %>
|
19
20
|
<% end %>
|
20
21
|
</div>
|
21
22
|
</div>
|
@@ -2,16 +2,16 @@
|
|
2
2
|
|
3
3
|
<pre class="code-block"><%= "Document ID;Document Type;Date of Birth;Full name;Full address;Postal Code;Mobile phone number;Email address;#{ballot_style_code_header}" %></pre>
|
4
4
|
|
5
|
-
<%= content_tag :p, t("upload_info.csv_header_after", scope: "decidim.votings.census.admin.census", ballot_style_code_header:
|
5
|
+
<%= content_tag :p, t("upload_info.csv_header_after", scope: "decidim.votings.census.admin.census", ballot_style_code_header:) %>
|
6
6
|
|
7
7
|
<%= content_tag :p, sanitize(t("upload_info.csv_example_with_ballot_style", scope: "decidim.votings.census.admin.census")) %>
|
8
8
|
<pre class="code-block"><%= "Document ID;Document Type;Date of Birth;Full name;Full address;Postal Code;Mobile phone number;Email address;#{ballot_style_code_header}
|
9
|
-
12345678X;
|
10
|
-
87654321X;
|
9
|
+
12345678X;passport;20011130;John Doe;The full address;08001;123456789;user@example.org;DISTRICT1
|
10
|
+
87654321X;passport;20010808;Alice Doe;The full address;08002;987654321;user2@example.org;DISTRICT2" %>
|
11
11
|
...</pre>
|
12
12
|
|
13
13
|
<%= content_tag :p, sanitize(t("upload_info.csv_example_without_ballot_style", scope: "decidim.votings.census.admin.census")) %>
|
14
14
|
<pre class="code-block">Document ID;Document Type;Date of Birth;Full name;Full address;Postal Code;Mobile phone number;Email address
|
15
|
-
12345678X;
|
16
|
-
87654321X;
|
15
|
+
12345678X;passport;20011130;John Doe;The full address;08001;123456789;user@example.org
|
16
|
+
87654321X;passport;20010808;Alice Doe;The full address;08002;987654321;user2@example.org
|
17
17
|
...</pre>
|
@@ -1,15 +1,15 @@
|
|
1
1
|
<% add_decidim_page_title(t("show.heading", scope: "decidim.votings.census.admin.census")) %>
|
2
2
|
<div class="card">
|
3
|
-
<div class="
|
4
|
-
<h2 class="
|
3
|
+
<div class="item_show__header">
|
4
|
+
<h2 class="item_show__header-title">
|
5
5
|
<%= t("show.heading", scope: "decidim.votings.census.admin.census") %>
|
6
6
|
|
7
7
|
<% if current_census.data_created? %>
|
8
8
|
<%= link_to t("delete.button", scope: "decidim.votings.census.admin.census"),
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
admin_voting_census_path,
|
10
|
+
class: "button button__sm button__secondary alert hollow tiny button--title destroy",
|
11
|
+
method: :delete,
|
12
|
+
data: { confirm: t("delete.confirm", scope: "decidim.votings.census.admin.census") } %>
|
13
13
|
<% end %>
|
14
14
|
</h2>
|
15
15
|
</div>
|
@@ -20,5 +20,5 @@
|
|
20
20
|
</div>
|
21
21
|
|
22
22
|
<% if waiting_status? %>
|
23
|
-
<%=
|
23
|
+
<%= append_javascript_pack_tag "decidim_votings_admin" %>
|
24
24
|
<% end %>
|
data/app/views/decidim/votings/polling_officer_zone/closures/_answer_results_form_fields.html.erb
CHANGED
@@ -5,8 +5,7 @@
|
|
5
5
|
<%= answer_form.hidden_field :question_id %>
|
6
6
|
<%= answer_form.hidden_field :id %>
|
7
7
|
<%= answer_form.number_field(:value,
|
8
|
-
|
9
|
-
|
10
|
-
class: "medium-3") %>
|
8
|
+
label: translated_attribute(answer.title),
|
9
|
+
min: 0) %>
|
11
10
|
<% end %>
|
12
11
|
<% end %>
|
data/app/views/decidim/votings/polling_officer_zone/closures/_ballot_results_form_fields.html.erb
CHANGED
@@ -1,40 +1,29 @@
|
|
1
|
-
<%= content_tag :
|
1
|
+
<%= content_tag :h3,
|
2
2
|
t("edit.total_ballots", scope: "decidim.votings.polling_officer_zone.closures"),
|
3
|
-
class: "
|
3
|
+
class: "h4" %>
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
id: "closure_result-total-ballots",
|
12
|
-
data: { total_ballots: ballot_form.object.total_ballots_count } %>
|
5
|
+
<%= form.fields_for "[ballot_results]", form.object.ballot_results do |ballot_form| %>
|
6
|
+
<%= content_tag :span,
|
7
|
+
"",
|
8
|
+
id: "closure_result-total-ballots",
|
9
|
+
hidden: true,
|
10
|
+
data: { total_ballots: ballot_form.object.total_ballots_count } %>
|
13
11
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
),
|
20
|
-
class: "columns medium-4" %>
|
12
|
+
<%= ballot_form.number_field(
|
13
|
+
:valid_ballots_count,
|
14
|
+
label: t("edit.total_valid_ballots", scope: "decidim.votings.polling_officer_zone.closures"),
|
15
|
+
min: 0
|
16
|
+
) %>
|
21
17
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
),
|
28
|
-
class: "columns medium-4" %>
|
18
|
+
<%= ballot_form.number_field(
|
19
|
+
:blank_ballots_count,
|
20
|
+
label: t("edit.total_blank_ballots", scope: "decidim.votings.polling_officer_zone.closures"),
|
21
|
+
min: 0
|
22
|
+
) %>
|
29
23
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
class: "columns medium-4" %>
|
37
|
-
<% end %>
|
38
|
-
</div>
|
39
|
-
</div>
|
40
|
-
</div>
|
24
|
+
<%= ballot_form.number_field(
|
25
|
+
:null_ballots_count,
|
26
|
+
label: t("edit.total_null_ballots", scope: "decidim.votings.polling_officer_zone.closures"),
|
27
|
+
min: 0
|
28
|
+
) %>
|
29
|
+
<% end %>
|
@@ -2,15 +2,11 @@
|
|
2
2
|
url: certify_polling_officer_election_closure_path(polling_officer, election),
|
3
3
|
html: { multipart: true, class: "form certify_closure" }) do |form| %>
|
4
4
|
|
5
|
-
<div class="
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
multiple: true,
|
11
|
-
label: t("add_images", scope: "decidim.votings.polling_officer_zone.closures.certify") %>
|
12
|
-
</div>
|
13
|
-
</fieldset>
|
5
|
+
<div class="form__wrapper">
|
6
|
+
<%= form.attachment :photos,
|
7
|
+
multiple: true,
|
8
|
+
label: t("add_images", scope: "decidim.votings.polling_officer_zone.closures.certify"),
|
9
|
+
button__label: t("form_legend", scope: "decidim.votings.polling_officer_zone.closures.certify") %>
|
14
10
|
</div>
|
15
11
|
|
16
12
|
<%= form.submit t("submit", scope: "decidim.votings.polling_officer_zone.closures.certify"), class: "button button--sc mt-sm mb-none" %>
|
data/app/views/decidim/votings/polling_officer_zone/closures/_modal_ballots_count_error.html.erb
CHANGED
@@ -1,61 +1,47 @@
|
|
1
|
-
|
2
|
-
<div
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
<%= content_tag :p,
|
15
|
-
t("info_text", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
16
|
-
|
17
|
-
<div class="card card--secondary">
|
18
|
-
<div class="card__content">
|
19
|
-
<span>
|
1
|
+
<%= decidim_modal id:"modal-closure-count-error" do %>
|
2
|
+
<div data-dialog-container>
|
3
|
+
<%= icon "error-warning-line" %>
|
4
|
+
<h3 class="h3" id="dialog-title-modal-closure-count-error" tabindex="-1" data-dialog-title>
|
5
|
+
<%= t("title", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
6
|
+
</h3>
|
7
|
+
<div class="form__wrapper">
|
8
|
+
<%= content_tag :p,
|
9
|
+
t("info_text", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error"),
|
10
|
+
id: "dialog-desc-modal-closure-count-error" %>
|
11
|
+
|
12
|
+
<div class="space-y-4">
|
13
|
+
<p>
|
20
14
|
<%= content_tag :strong,
|
21
15
|
t("total_people", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
22
16
|
<%= @form.election_votes_count %>
|
23
|
-
</
|
24
|
-
<
|
25
|
-
<span>
|
17
|
+
</p>
|
18
|
+
<p>
|
26
19
|
<%= content_tag :strong,
|
27
20
|
t("total_ballots", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
28
21
|
<%= content_tag :span,
|
29
22
|
"--",
|
30
23
|
id: "modal-total-ballots-value" %>
|
31
|
-
|
32
|
-
</span>
|
24
|
+
</p>
|
33
25
|
</div>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
<%= content_tag :p,
|
37
|
-
t("info_explanation_text", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
38
|
-
|
39
|
-
<%= content_tag :div,
|
40
|
-
form.text_area(
|
41
|
-
:polling_officer_notes,
|
42
|
-
rows: 5,
|
43
|
-
label: t("message_for_monitoring_committee", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error"),
|
44
|
-
placeholder: t("text_area_placeholder", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error")
|
45
|
-
) %>
|
46
26
|
|
47
|
-
|
48
|
-
|
49
|
-
<button form="new_envelopes_result_" id="btn-submit-from-modal" class="button button--sc expanded disabled">
|
50
|
-
<%= t("btn_validate_total", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
51
|
-
</button>
|
27
|
+
<%= content_tag :p,
|
28
|
+
t("info_explanation_text", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
52
29
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
30
|
+
<%= form.text_area(
|
31
|
+
:polling_officer_notes,
|
32
|
+
rows: 5,
|
33
|
+
label: t("message_for_monitoring_committee", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error"),
|
34
|
+
placeholder: t("text_area_placeholder", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error")
|
35
|
+
) %>
|
59
36
|
</div>
|
60
37
|
</div>
|
61
|
-
|
38
|
+
<div data-dialog-actions>
|
39
|
+
<button class="button button__sm md:button__lg button__transparent-secondary" data-dialog-close="modal-closure-count-error">
|
40
|
+
<%= t("review_recount", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
41
|
+
</button>
|
42
|
+
|
43
|
+
<button form="new_envelopes_result_" id="btn-submit-from-modal" class="button button__sm md:button__lg button__secondary" disabled>
|
44
|
+
<%= t("btn_validate_total", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
45
|
+
</button>
|
46
|
+
</div>
|
47
|
+
<% end %>
|
@@ -1,20 +1,20 @@
|
|
1
|
-
|
2
|
-
<div
|
3
|
-
<%=
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
<%= decidim_modal id:"modal-closure-results-count-error" do %>
|
2
|
+
<div data-dialog-container>
|
3
|
+
<%= icon "error-warning-line" %>
|
4
|
+
<h3 class="h3" id="dialog-title-modal-closure-results-count-error" tabindex="-1" data-dialog-title>
|
5
|
+
<%= t("title", scope: "decidim.votings.polling_officer_zone.closures.new.modal_ballots_count_error") %>
|
6
|
+
</h3>
|
7
7
|
|
8
|
-
<
|
9
|
-
|
10
|
-
|
8
|
+
<div>
|
9
|
+
<%= content_tag :p,
|
10
|
+
t("info_text", scope: "decidim.votings.polling_officer_zone.closures.edit.modal_ballots_results_count_error"),
|
11
|
+
id: "dialog-desc-modal-closure-results-count-error" %>
|
12
|
+
</div>
|
11
13
|
</div>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
class: "button button--sc expanded" %>
|
20
|
-
</div>
|
14
|
+
<div data-dialog-actions>
|
15
|
+
<%= content_tag :button,
|
16
|
+
t("close_modal", scope: "decidim.votings.polling_officer_zone.closures.edit.modal_ballots_results_count_error"),
|
17
|
+
data: { "dialog-close": "modal-closure-results-count-error" },
|
18
|
+
class: "button button__sm md:button__lg button__transparent-secondary" %>
|
19
|
+
</div>
|
20
|
+
<% end %>
|
data/app/views/decidim/votings/polling_officer_zone/closures/_question_results_form_fields.html.erb
CHANGED
@@ -1,22 +1,17 @@
|
|
1
1
|
<% form.object.question_results.each do |question| %>
|
2
|
-
<%= content_tag :
|
3
|
-
|
4
|
-
|
2
|
+
<%= content_tag :h3,
|
3
|
+
translated_attribute(question.title),
|
4
|
+
class: "h4" %>
|
5
5
|
|
6
|
-
|
7
|
-
<div class="card__content">
|
8
|
-
<%= render partial: "answer_results_form_fields", locals: { form: form, question: question } %>
|
6
|
+
<%= render partial: "answer_results_form_fields", locals: { form:, question: } %>
|
9
7
|
|
10
|
-
|
11
|
-
|
12
|
-
|
8
|
+
<% if question.nota_option? %>
|
9
|
+
<%= form.fields_for "[question_results][]", question do |question_form| %>
|
10
|
+
<%= question_form.hidden_field :id %>
|
13
11
|
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
<% end %>
|
20
|
-
</div>
|
21
|
-
</div>
|
12
|
+
<%= question_form.number_field(:value,
|
13
|
+
label: t("decidim.elections.votes.new.nota_option"),
|
14
|
+
min: 0) %>
|
15
|
+
<% end %>
|
16
|
+
<% end %>
|
22
17
|
<% end %>
|
@@ -1,58 +1,43 @@
|
|
1
1
|
<%= decidim_form_for(@form,
|
2
2
|
url: sign_polling_officer_election_closure_path(polling_officer, election),
|
3
3
|
html: { class: "form sign_closure" }) do |form| %>
|
4
|
-
<div class="row column">
|
5
|
-
<%= form.check_box :signed, label: t("check_box", scope: "decidim.votings.polling_officer_zone.closures.sign") %>
|
6
|
-
</div>
|
7
|
-
|
8
|
-
<%= form.submit "", class: "hide" %>
|
9
|
-
|
10
|
-
<%= content_tag :button,
|
11
|
-
t("submit", scope: "decidim.votings.polling_officer_zone.closures.sign"),
|
12
|
-
type: "button",
|
13
|
-
id: "btn-modal-closure-sign",
|
14
|
-
class: "button button--sc mt-sm mb-none",
|
15
|
-
data: { open: "modal-closure-sign" },
|
16
|
-
aria: {
|
17
|
-
controls: "modal-closure-sign",
|
18
|
-
haspopup: "dialog"
|
19
|
-
},
|
20
|
-
disabled: true,
|
21
|
-
tabindex: "0" %>
|
22
4
|
|
23
|
-
<div
|
24
|
-
|
25
|
-
|
26
|
-
<%= content_tag :h3,
|
27
|
-
t("title", scope: "decidim.votings.polling_officer_zone.closures.sign"),
|
28
|
-
class: "reveal__title",
|
29
|
-
id: "modal-closure-sign-label" %>
|
30
|
-
|
31
|
-
<button class="close-button" data-close aria-label="<%= t("close_modal", scope: "decidim.votings.polling_officer_zone.closures.sign") %>" type="button">
|
32
|
-
<span aria-hidden="true">×</span>
|
33
|
-
</button>
|
34
|
-
</div>
|
5
|
+
<div class="form__wrapper">
|
6
|
+
<%= form.check_box :signed, label: t("check_box", scope: "decidim.votings.polling_officer_zone.closures.sign"), label_options: { class: "form__wrapper-checkbox-label" } %>
|
7
|
+
</div>
|
35
8
|
|
36
|
-
|
37
|
-
|
9
|
+
<div class="form__wrapper-block flex-col-reverse md:flex-row justify-between">
|
10
|
+
<%= link_to polling_officers_path, class: "button button__sm md:button__lg button__text-secondary" do %>
|
11
|
+
<%= icon "arrow-left-line" %>
|
12
|
+
<%= t("back_to_polling_stations", scope: "decidim.votings.polling_officer_zone.closures") %>
|
13
|
+
<% end %>
|
14
|
+
|
15
|
+
<%= content_tag :button,
|
16
|
+
t("submit", scope: "decidim.votings.polling_officer_zone.closures.sign"),
|
17
|
+
id: "btn-modal-closure-sign",
|
18
|
+
class: "button button__sm md:button__lg button__secondary",
|
19
|
+
data: { "dialog-open": "modal-closure-sign" },
|
20
|
+
disabled: true,
|
21
|
+
tabindex: "0" %>
|
22
|
+
</div>
|
38
23
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
24
|
+
<%= decidim_modal id:"modal-closure-sign" do %>
|
25
|
+
<div data-dialog-container>
|
26
|
+
<%= icon "article-line" %>
|
27
|
+
<h3 data-dialog-title id="dialog-title-modal-closure-sign">
|
28
|
+
<%= t("title", scope: "decidim.votings.polling_officer_zone.closures.edit.modal_ballots_results_count_error") %>
|
29
|
+
</h3>
|
44
30
|
|
45
|
-
|
46
|
-
<button type="button" class="link" data-close>
|
47
|
-
<%= t("cancel", scope: "decidim.votings.polling_officer_zone.closures.sign") %>
|
48
|
-
</button>
|
49
|
-
</div>
|
50
|
-
</div>
|
51
|
-
</div>
|
31
|
+
<p id="dialog-desc-modal-closure-sign"><%= t("info_text", scope: "decidim.votings.polling_officer_zone.closures.sign") %></p>
|
52
32
|
</div>
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
33
|
+
<div data-dialog-actions>
|
34
|
+
<button class="button button__sm md:button__lg button__transparent-secondary" data-dialog-close="modal-closure-sign">
|
35
|
+
<%= t("cancel", scope: "decidim.votings.polling_officer_zone.closures.sign") %>
|
36
|
+
</button>
|
37
|
+
|
38
|
+
<button form="new_closure_sign_" id="btn-submit-from-modal" class="button button__sm md:button__lg button__secondary">
|
39
|
+
<%= t("confirm", scope: "decidim.votings.polling_officer_zone.closures.sign") %>
|
40
|
+
</button>
|
41
|
+
</div>
|
42
|
+
<% end %>
|
58
43
|
<% end %>
|
@@ -1,50 +1,63 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
<%= icon "chevron-left", class: "icon--small", role: "presentation", "aria-hidden": true %>
|
4
|
-
<%= t("back_to_polling_stations", scope: "decidim.votings.polling_officer_zone.closures") %>
|
5
|
-
<% end %>
|
6
|
-
</div>
|
1
|
+
<%= append_javascript_pack_tag "decidim_votings" %>
|
2
|
+
<%= append_stylesheet_pack_tag "decidim_votings" %>
|
7
3
|
|
8
|
-
<%=
|
4
|
+
<%= render layout: "layouts/decidim/shared/layout_center" do %>
|
9
5
|
|
10
|
-
<
|
11
|
-
|
12
|
-
|
13
|
-
|
6
|
+
<div class="text-center py-10">
|
7
|
+
<h1 class="title-decorator inline-block text-left">
|
8
|
+
<%= t("heading", scope: "decidim.votings.polling_officer_zone.closures.edit") %>
|
9
|
+
</h1>
|
10
|
+
</div>
|
14
11
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
12
|
+
<div class="space-y-4 mb-8">
|
13
|
+
<h2 class="h3">
|
14
|
+
<%= content_tag :span,
|
15
|
+
present(election).title,
|
16
|
+
title: t("polling_station.election", scope: "decidim.votings.polling_officer_zone.polling_officers.index") %>
|
19
17
|
|
20
|
-
<%= content_tag :
|
18
|
+
<%= content_tag :span,
|
19
|
+
present(election.participatory_space).title,
|
20
|
+
class: "text-gray",
|
21
|
+
title: t("polling_station.voting", scope: "decidim.votings.polling_officer_zone.polling_officers.index") %>
|
22
|
+
</h2>
|
21
23
|
|
22
|
-
<%=
|
23
|
-
|
24
|
+
<%= content_tag :p, t("info_text", scope: "decidim.votings.polling_officer_zone.closures.edit"), class: "text-gray-2" %>
|
25
|
+
</div>
|
24
26
|
|
25
|
-
<%= form
|
26
|
-
|
27
|
+
<%= decidim_form_for(@form, url: polling_officer_election_closure_path(polling_officer, election),
|
28
|
+
html: { class: "form edit_closure" }) do |form| %>
|
27
29
|
|
28
|
-
|
30
|
+
<%= form_required_explanation %>
|
29
31
|
|
30
|
-
|
32
|
+
<%= form.hidden_field :election_id %>
|
33
|
+
<%= form.hidden_field :polling_station_id %>
|
31
34
|
|
32
|
-
|
35
|
+
<div class="form__wrapper">
|
36
|
+
<%= render partial: "ballot_results_form_fields", locals: { form: } %>
|
33
37
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
38
|
+
<%= render partial: "question_results_form_fields", locals: { form: } %>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="form__wrapper-block flex-col-reverse md:flex-row justify-between">
|
42
|
+
<%= link_to polling_officers_path, class: "button button__sm md:button__lg button__text-secondary" do %>
|
43
|
+
<%= icon "arrow-left-line" %>
|
44
|
+
<%= t("back_to_polling_stations", scope: "decidim.votings.polling_officer_zone.closures") %>
|
45
|
+
<% end %>
|
46
|
+
|
47
|
+
<div id="submit-ballot-recount">
|
48
|
+
<%= form.submit t("save_recount", scope: "decidim.votings.polling_officer_zone.closures.edit"), class: "button button__sm md:button__lg button__secondary" %>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
<div id="btn-modal-closure-results-count-error" hidden>
|
52
|
+
<%= content_tag :button,
|
53
|
+
t("save_recount", scope: "decidim.votings.polling_officer_zone.closures.edit"),
|
54
|
+
class: "button button__sm md:button__lg button__secondary",
|
55
|
+
data: { "dialog-open": "modal-closure-results-count-error" } %>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<% end %>
|
45
60
|
|
46
|
-
<%= render "modal_ballots_results_count_error" %>
|
61
|
+
<%= render "modal_ballots_results_count_error" %>
|
47
62
|
|
48
|
-
<% content_for :js_content do %>
|
49
|
-
<%= javascript_pack_tag "decidim_votings_voting_polling_officer_zone_edit_closure" %>
|
50
63
|
<% end %>
|