<% if topics.any? %>
<%= render "shared/order_links", i18n_namespace: "comments" %>
<% else %> <%= render "topics/informative_text", topics: topics %> <% end %> <% topics.each do |topic| %> <%= render "topics/topic", topic: topic %> <% end %>