- <% if answer.description.present? %>
-
<%= answer.title %>
- <% end %>
+ <% if answer.description.present? %>
+
<%= answer.title %>
- <% if answer.images.any? %>
- <%= render "gallery", answer: answer %>
- <% end %>
+
+ <%= safe_html_with_links simple_format(answer.description) %>
+
+ <% end %>
- <% if answer.description.present? %>
-
- <%= safe_html_with_links simple_format(answer.description) %>
-
- <% end %>
+ <% if answer.images.any? %>
+ <%= render "gallery", answer: answer %>
+ <% end %>
+