Information and Documentation
<% steps = [ ['overview', 'Overview'],
['blog', 'News/Blog' ],
['features', 'Major Features' ],
# ['why', 'Why Selectricity?' ],
['team', 'The Team'],
['thanks', 'Acknowledgements'],
['privacy', 'Privacy Policy' ],
['anywhere', 'Selectricity Anywhere'] ] %>
<% steps.each_with_index do |kv, i| -%>
<% step, description = *kv %>
- ">
<% if step == page %>
<%= description %>
<% else %>
<%= link_to description, :action => step %>
<% end %>
<% end %>