diff --git a/app/views/plans/export.docx.erb b/app/views/plans/export.docx.erb index be267a8..69602bb 100644 --- a/app/views/plans/export.docx.erb +++ b/app/views/plans/export.docx.erb @@ -21,9 +21,7 @@ %>
<%= raw question.text %> -
<% answer = @plan.answer(question.id, false) %> <% if answer.nil? %><%= _('Question not answered') %>
@@ -42,6 +40,7 @@ <%= raw answer.text %> <% end %> <% end%> + <% end %> <% end %> <% end %>