From b295af01a2ff034c9693ea8f9ad26fa179b335ed Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Sep 2007 09:09:49 -0400 Subject: [PATCH] Fixed bug introduced in template that fixes some errors. --- app/views/election/_progress.rhtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -%> -- 2.30.2