diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml index 006ab6a4..f589922b 100644 --- a/app/views/admin/accounts/show.html.haml +++ b/app/views/admin/accounts/show.html.haml @@ -58,14 +58,14 @@ = link_to admin_account_joined_groups_path(@account.id) do .dashboard__counters__num= number_with_delimiter @account.group_removed_accounts.count .dashboard__counters__label Removed by Groups - %div - %a{href: "/admin/chat_messages?account_id=#{@account.id}"} - .dashboard__counters__num= number_with_delimiter @account.chat_conversation_accounts_count - .dashboard__counters__label Chat Conversations - %div - = link_to admin_account_chat_messages_path(@account.id) do - .dashboard__counters__num= number_with_delimiter @account.chat_messages_count - .dashboard__counters__label Chat Messages + -# %div + -# %a{href: "/admin/chat_messages?account_id=#{@account.id}"} + -# .dashboard__counters__num= number_with_delimiter @account.chat_conversation_accounts_count + -# .dashboard__counters__label Chat Conversations + -# %div + -# = link_to admin_account_chat_messages_path(@account.id) do + -# .dashboard__counters__num= number_with_delimiter @account.chat_messages_count + -# .dashboard__counters__label Chat Messages - unless @account.local? && @account.user.nil? .table-wrapper