From 0bbb9f78c21775121bb6f7b27bc69bdb46663ea1 Mon Sep 17 00:00:00 2001 From: John Dong Date: Thu, 30 Aug 2007 12:03:34 -0400 Subject: [PATCH] fix NameError in show_election --- app/views/election/show.rhtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/election/show.rhtml b/app/views/election/show.rhtml index 5d22f44..2a23168 100644 --- a/app/views/election/show.rhtml +++ b/app/views/election/show.rhtml @@ -1,4 +1,3 @@ -<%= render_partial 'progress', 'review' %>

Vote Information

<% if @election.active? %> -- 2.30.2