From 89078feca4a93bf7b0df657b9a89f77632332126 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 23 Mar 2016 15:16:19 +0100 Subject: [PATCH] QA chat info popovers --- .../app/views/customer_chat/chat_list.jst.eco | 1 + .../app/views/customer_chat/user_list.jst.eco | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco b/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco index b551066db..714e602b3 100644 --- a/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco @@ -1,3 +1,4 @@ +
<% if _.isEmpty(@chat_sessions): %> <%- @T('none') %> <% else: %> diff --git a/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco b/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco index 910559905..4d84fdee4 100644 --- a/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco @@ -1,9 +1,15 @@ +
<% if _.isEmpty(@users): %> <%- @T('none') %> <% else: %> - + <% end %> \ No newline at end of file