X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2ba40f97b78f529984ff26c7c7d61c91d213e7b0..6946a0a41967295e79759f4110360d1e67e779c7:/app/views/election/_voter_list.rhtml diff --git a/app/views/election/_voter_list.rhtml b/app/views/election/_voter_list.rhtml old mode 100644 new mode 100755 index 2a39b8c..c55afdb --- a/app/views/election/_voter_list.rhtml +++ b/app/views/election/_voter_list.rhtml @@ -1,6 +1,8 @@ -<% -# basic election information template --%> +<% %> + +<% if @election.voters.length == 0 %> +

There are currently no voters registered for this election.

+<% else %>

The following voters are currently registered for this election:

- +<% end %>