]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Merge pull request #410 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7997...
authorÍtalo Rossi <italorossib@gmail.com>
Wed, 9 Sep 2015 18:33:55 +0000 (13:33 -0500)
committerÍtalo Rossi <italorossib@gmail.com>
Wed, 9 Sep 2015 18:33:55 +0000 (13:33 -0500)
* commit '2d14aa93895a065b5861a0b7234771613d5f6f56':
  FS-7997 #resolve We need to have a designer look at the html partial and come up with a CSS to make this better looking.

1  2 
html5/verto/verto_communicator/src/partials/chat.html

index dea02ff15c5b36af55f08770ad031bb8ee65942a,6c96b2161dea99e4b6ebffdf15dd5ded75e72788..a07c82a31054252b0912157deb5c127586c22df3
@@@ -19,9 -19,9 +19,9 @@@
  
      <div ng-repeat="member in members" class="chat-member-item">
        <span class="chat-members-avatar">
 -        <img />
 +        <img gravatar-size="40" gravatar-src-once="member.email" class="img-circle" ng-class="{'chat-member-talking': member.status.audio.talking, 'chat-member-muted': member.status.audio.muted}" />
        </span>
-       <h4 class="chat-members-name">{{ member.name }}</h4>
+       <h4 class="chat-members-name">{{ member.name }} <small>({{ member.number }})</small></h4>
        <div class="pull-right action-buttons chat-members-action" ng-show="verto.data.confRole == 'moderator'">
          <div class="btn-group">
            <button type="button" class="btn btn-xs dropdown-toggle" data-toggle="dropdown">