<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :description %>
<%= f.text_area :description %>
<%= f.label :parent %>
<%= f.text_field :parent %>
<%= f.submit 'Create' %>
<% end %> <%= link_to 'Back', project_tasks_path(@project) %>