]> projects.mako.cc - selectricity/blobdiff - app/views/site/index.rhtml
Major commit adding about information and more before site goes live.
[selectricity] / app / views / site / index.rhtml
diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml
deleted file mode 100644 (file)
index bd30dfe..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<% %>
-
-<table width="auto" padding="5px">
-<tr>
-<td width="47%" valign="top">
-<h2>Voters</h2>
-
-<p>Please enter your password/token to log in and vote:</p>
-
-<%= form_tag :controller => 'voter', :action => 'index' %>
-<%= text_field :vote, :password %>
-<%= submit_tag "Log In" %>
-<%= end_form_tag %>
-</td>
-
-<td width="6%"></td>
-
-<td width="47%" valign="top">
-<h2>Vote Administrators</h2>
-<%= render :controller => 'user', :action => 'login' %>
-hi!
-</td>
-</tr>
-</table>

Benjamin Mako Hill || Want to submit a patch?