X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..947bdc28cd01bc025ffde2af3472b38e5d30f9d1:/app/views/election/_progress.rhtml 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 -%>