Adds button to officing voters if person decided not to vote

This commit is contained in:
decabeza
2018-06-19 11:59:56 +02:00
parent 1de0cf083f
commit 2f922e1adb
3 changed files with 4 additions and 0 deletions

View File

@@ -27,3 +27,5 @@
</tbody>
</table>
<% end %>
<%= link_to t("officing.voters.new.not_to_vote"), namespaced_root_path, class: "button" %>

View File

@@ -57,6 +57,7 @@ en:
table_poll: Poll
table_status: Polls status
table_actions: Actions
not_to_vote: The person has decided not to vote at this time
show:
can_vote: Can vote
error_already_voted: Has already participated in this poll

View File

@@ -57,6 +57,7 @@ es:
table_poll: Votación
table_status: Estado de las votaciones
table_actions: Acciones
not_to_vote: La persona ha decidido no votar por el momento
show:
can_vote: Puede votar
error_already_voted: Ya ha participado en esta votación.