Avalanche Game prototype. Built with Rails.

_mission_agent_step_form.html.erb 237B

    <fieldset> <h4>Step <%= @step %></h4> <%= f.label :description, "Description"%> <%= f.text_field :description %> <%= f.hidden_field :_destroy%> <%= link_to "remove", '#', class: "remove_fields"%> <% @step = @step + 1 %> </fieldset>