From: Date: Wed, 5 Sep 2007 13:09:49 +0000 (-0400) Subject: Fixed bug introduced in template that fixes some errors. X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/b295af01a2ff034c9693ea8f9ad26fa179b335ed Fixed bug introduced in template that fixes some errors. --- diff --git a/app/views/election/_progress.rhtml b/app/views/election/_progress.rhtml index 98ee63d..e95ccd2 100644 --- a/app/views/election/_progress.rhtml +++ b/app/views/election/_progress.rhtml @@ -1,3 +1,7 @@ +<% progress_steps = [ ['overview', 'General Information'], + ['candidates', 'Candidates'], + ['voters', 'Voters'], + ['review', 'Review'] ] %>

Progress

@@ -7,7 +11,7 @@ <% step, description = kv -%>
  • - ">Step <%= {i + 1 %>: <%= description %>
  • + ">Step <%= i + 1 %>: <%= description %> <% end -%>