diff --git a/app/views/admin/questions/_answer_fields.html.haml b/app/views/admin/questions/_answer_fields.html.haml index a84d7c17..5bffc9bc 100644 --- a/app/views/admin/questions/_answer_fields.html.haml +++ b/app/views/admin/questions/_answer_fields.html.haml @@ -1 +1,4 @@ -= f.input :title +.nested-fields + = f.inputs do + = f.input :title + = remove_association_link :answer, f