diff --git a/app/views/plans/export.html.erb b/app/views/plans/export.html.erb index b854936..d982182 100644 --- a/app/views/plans/export.html.erb +++ b/app/views/plans/export.html.erb @@ -1,78 +1,78 @@
| <%= _('Title')%> | -<%= _('Description')%> | -
|---|---|
- <%= admin_field_t(field.to_s) -%> |
- <%= value.present? ? value : _('-') %> | -
| <%= _('Title')%> | +<%= _('Description')%> | +
|---|---|
- <%= admin_field_t(field.to_s) -%> |
+ <%= value.present? ? value : _('-') %> | +
| <%= _('Questions')%> | +<%= _('Questions')%> | <% end %> -<%= _('Answers')%> | -|
|---|---|---|---|
| <%= _('Answers')%> | +|||
|
- - <%= raw question.text %> - |
+
+ - <%= raw question.text %> + |
<% end %>
-
- <% if answer.nil? %>
- <%= _('Question not answered') %> - <% else %> + |
+ <% if answer.nil? %>
+ <%= _('Question not answered') %> + <% else %> <% q_format = question.question_format %> - <% if q_format.option_based? %> -
|
-