diff options
author | friendica <info@friendica.com> | 2014-01-29 16:02:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 16:02:02 -0800 |
commit | 677f5f641e6c37244ee67459b6fa2c7e5aea119b (patch) | |
tree | 6e6ff468526ac2ebc2eb97cacd3c5cabe4f652b3 /view/tpl/chatroomlist.tpl | |
parent | 1915add7c1c812a368540ece48209729329ced94 (diff) | |
download | volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.tar.gz volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.tar.bz2 volse-hubzilla-677f5f641e6c37244ee67459b6fa2c7e5aea119b.zip |
more testing of chatroom interfaces, also corrected a function call that should have been a class instantiation in reddav
Diffstat (limited to 'view/tpl/chatroomlist.tpl')
-rw-r--r-- | view/tpl/chatroomlist.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl index d2cf4d7b0..c26ba0c33 100644 --- a/view/tpl/chatroomlist.tpl +++ b/view/tpl/chatroomlist.tpl @@ -3,7 +3,7 @@ {{if $items}} <table> {{foreach $items as $item}} -<tr><td>{{$item.cr_name}}</td><td>{{$item.cr_inroom}}</td></tr> +<tr><td align="left"><a href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}">{{$item.cr_name}}</a></td><td align="right">{{$item.cr_inroom}}</td></tr> {{/foreach}} </table> {{/if}} |