Major commit adding about information and more before site goes live.
[selectricity] / app / views / site / _user_summary.rhtml
diff --git a/app/views/site/_user_summary.rhtml b/app/views/site/_user_summary.rhtml
deleted file mode 100644 (file)
index e37cafb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<% if @current_elections.length < 1 %>
-  <em>You have not created any elections.</em>
-<% else %>
-  <ul>
-  <% for election in @current_elections %>
-    <li><%= link_to election.name, :controller => 'election', :action => 'show', :id => election.id %> (ends in <em><%=
-    distance_of_time_in_words Time.now, election.enddate %></em>)</li> 
-  <% end %>
-  </ul>
-<% end %>
-
-<p><%= link_to "Create a new election", :controller => 'election', :action => 'new' %></p>
-<p></p>
-

Benjamin Mako Hill || Want to submit a patch?