- <%=form_for([@user, @making], :html => { :id => "new_making_of_recipe" })do |f|%>
- <%= f.hidden_field :recipe_id, :value => @recipe.id %>
- <%= f.label :rating%>
- <%= f.number_field :rating, class: "form_fields"%>
- <%= f.label :notes%>
- <%= f.text_field :notes, class: "form_fields"%>
-
+
Did you make <%=@recipe.name%>? How did it go?
+
+ <%=form_for([@user, @making], :html => { :id => "new_making_of_recipe" })do |f|%>
+ <%= f.hidden_field :recipe_id, :value => @recipe.id %>
+ <%= f.label :rating%>
+ <%= f.number_field :rating, class: "form_fields"%>
+ <%= f.label :notes%>
+ <%= f.text_field :notes, class: "form_fields"%>
+
+
+
+
+ <%=f.submit :class => "submit_class"%>
+ <%end%>
+