소스 검색

Show room jid in a tooltip

JC Brand 8 년 전
부모
커밋
9c72205774
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/templates/chatroom_head.html

+ 1 - 1
src/templates/chatroom_head.html

@@ -2,7 +2,7 @@
 {[ if (affiliation == 'owner') { ]}
     <a class="chatbox-btn configure-chatroom-button icon-wrench" title="{{{info_configure}}} "></a>
 {[ } ]}
-<div class="chat-title">
+<div class="chat-title" title="{{{jid}}}">
     {{{ name }}}
     <p class="chatroom-description">{{{ description }}}<p/>
 </div>