-
- <%= comment_tree_title_text(commentable) %>
-
-
+ <% if display_comments_count %>
+
+ <%= comment_tree_title_text(commentable) %>
+
+
+ <% end %>
<%= render 'shared/wide_order_selector', i18n_namespace: "comments" %>
diff --git a/app/views/legislation/annotations/show.html.erb b/app/views/legislation/annotations/show.html.erb
index 65ce8e947..1854addb5 100644
--- a/app/views/legislation/annotations/show.html.erb
+++ b/app/views/legislation/annotations/show.html.erb
@@ -40,7 +40,9 @@
- <%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>
+ <%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree,
+ comment_flags: @comment_flags,
+ display_comments_count: true } %>
diff --git a/app/views/legislation/questions/show.html.erb b/app/views/legislation/questions/show.html.erb
index ab1443628..7361ea8f4 100644
--- a/app/views/legislation/questions/show.html.erb
+++ b/app/views/legislation/questions/show.html.erb
@@ -42,6 +42,7 @@
- <%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>
-
+ <%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree,
+ comment_flags: @comment_flags,
+ display_comments_count: true } %>
- <%= comment_tree_title_text(commentable) %> - (<%= commentable.comments_count %>) -
+ <% if display_comments_count %> ++ <%= comment_tree_title_text(commentable) %> + (<%= commentable.comments_count %>) +
+ <% end %> <%= render 'shared/wide_order_selector', i18n_namespace: "comments" %> diff --git a/app/views/legislation/annotations/show.html.erb b/app/views/legislation/annotations/show.html.erb index 65ce8e947..1854addb5 100644 --- a/app/views/legislation/annotations/show.html.erb +++ b/app/views/legislation/annotations/show.html.erb @@ -40,7 +40,9 @@