Added a new bar graph, that counts how many points the borda system of
[selectricity-live] / app / controllers / election_controller.rb
index e950153e7eae013345c1c79670c1bd18a68ced4b..df0aa7c53631ab968b7d2f6bf963172645ae4f3f 100644 (file)
@@ -196,15 +196,15 @@ class ElectionController < ApplicationController
 
           if incoming_voters.email == 0
             new_voter.contacted = 1
-         elsif incoming_voters.email == 1
-           email_voter( new_voter )
-           new_voter.contacted = 1
-         else
-           new_voter.contacted = 0
-         end
+               elsif incoming_voters.email == 1
+                 email_voter( new_voter )
+            new_voter.contacted = 1
+               else
+                 new_voter.contacted = 0
+          end
        
           # the new voter should be in good shape. save add to the election
-         new_voter.save
+               new_voter.save
           @election.voters << new_voter
         end
       end

Benjamin Mako Hill || Want to submit a patch?