Avalanche Game prototype. Built with Rails.
<fieldset> <h4>Step <%= @step %></h4> <%= f.label :description, "Description"%> <%= f.text_field :description %> <%= f.hidden_field :_destroy %> <%= f.label :_destroy, "Remove Step"%> <% @step = @step + 1 %> </fieldset>