Step <%= @step %>

<%= f.label :description, "Description"%> <%= f.text_field :description %> <%= f.hidden_field :_destroy %> <%= f.label :_destroy, "Remove Step"%> <% @step = @step + 1 %>