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