<%= error_messages_for @goal %>

<%= goal_f.text_field :name, required: true, style: "width: 95%;" %>

<%= goal_f.text_area :description, rows: 3, style: "width: 95%;" %>


<%= render partial: 'targets/form', locals: {goal_f: goal_f} %>