1 <h2>Information and Documentation</h2>
3 <% steps = [ ['overview', 'Overview'],
4 ['features', 'Major Features' ],
5 # ['why', 'Why Selectricity?' ],
7 ['thanks', 'Acknowledgements'],
8 ['privacy', 'Privacy Policy' ],
9 ['anywhere', 'Selectricity Anywhere'] ] %>
11 <div id="progress_bar">
14 <% steps.each_with_index do |kv, i| -%>
15 <% step, description = *kv %>
16 <li class="<%= step == page ? 'step_selected' : 'step_unselected' -%><%=
17 " last" if i + 1 == steps.length -%>">
21 <%= link_to description, :action => step %>