diff --git a/app/views/debates/_debate.html.erb b/app/views/debates/_debate.html.erb index 3be675bb9..d9a4fe7d5 100644 --- a/app/views/debates/_debate.html.erb +++ b/app/views/debates/_debate.html.erb @@ -13,6 +13,7 @@ <%= link_to t("debates.debate.comments", count: debate.comments_count), debate_path(debate, anchor: "comments") %> • <%= l debate.created_at.to_date %> + <% if debate.author.hidden? %> • <% end %> +