<% if f %>
Step <%= @step %>
<%= f.label :description, "Description"%>
<%= f.text_field :description %>
<%= f.hidden_field :_destroy%>
<%= link_to "remove", '#', class: "remove_fields"%>
<% @step = @step + 1 %>
<% else %>
There are no steps.
<% end %>