diff options
author | marijus <mario@localhost.localdomain> | 2014-01-30 09:57:31 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2014-01-30 09:57:31 +0100 |
commit | 91e9e3be91e9fd6ba73085066d34a4c6daf27ee9 (patch) | |
tree | aa53cc5185c5b1a58f0bb8e30609da6bcdc0b5ad /view/tpl/chatroomlist.tpl | |
parent | 5e952e3738293ce24309fddaff04350e735e449a (diff) | |
parent | 080928f214c9f83879f1578e05baa6032fa2b7b8 (diff) | |
download | volse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.tar.gz volse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.tar.bz2 volse-hubzilla-91e9e3be91e9fd6ba73085066d34a4c6daf27ee9.zip |
Merge branch 'master' of https://github.com/friendica/red
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}} |