diff --git a/app/views/codebooks/show.html.erb b/app/views/codebooks/show.html.erb index 66082fd..40f8f82 100644 --- a/app/views/codebooks/show.html.erb +++ b/app/views/codebooks/show.html.erb @@ -10,12 +10,12 @@ <% end %>
Category derivation was started at <%= @enqueued_at %>. Please allow up to 2 minutes for the process to complete. You can reload the page to monitor progress.
<% end %> - + <% if @total_codes.to_i > 0 %>
- <%= Codebook.category_query(@context_key)[:explainer] %>
- <%= Codebook.category_query(@context_key)[:query] %>
-
+ <%= Codebook.category_query(@context_key)[:explainer] %>
+ <%= Codebook.category_query(@context_key)[:query] %>
+
By design, identities are not categorized.
<% end %> - +