Explorar o código

Update roster snippet to be same as mockup.

JC Brand %!s(int64=12) %!d(string=hai) anos
pai
achega
e530094acc
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      converse.js

+ 3 - 2
converse.js

@@ -1840,8 +1840,9 @@
             },
 
             template: _.template(
-                '<a class="open-chat" title="'+__('Click to chat with this contact')+'" href="#">{{ fullname }}</a>' +
-                '<span class="icon-{{ chat_status }}" title="{{ status_desc }}"></span>'+
+                '<a class="open-chat" title="'+__('Click to chat with this contact')+'" href="#">'+
+                    '<span class="icon-{{ chat_status }}" title="{{ status_desc }}"></span>{{ fullname }}'+
+                '</a>' +
                 '<a class="remove-xmpp-contact" title="'+__('Click to remove this contact')+'" href="#"></a>'),
 
             pending_template: _.template(