% progress_steps = [ ['overview', 'General Information'],
['candidates', 'Candidates'],
['voters', 'Voters'],
['review', 'Review'] ] %>
Progress
<% progress_steps.each_with_index do |kv, i| -%>
<% step, description = kv -%>
-
">Step <%= i + 1 %>: <%= description %>
<% end -%>