diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-30 14:44:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-30 14:44:03 +0200 |
commit | 08461c7049ee5c9788e815537b540b9987a5eace (patch) | |
tree | f19f48a5b975ea92db50b7f4a31a07ee03d21575 /view/tpl/chatroomlist.tpl | |
parent | 5462453bf2bde50166c68f90b08d24826dd07ba8 (diff) | |
download | volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.gz volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.bz2 volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.zip |
more on mod chat
Diffstat (limited to 'view/tpl/chatroomlist.tpl')
-rw-r--r-- | view/tpl/chatroomlist.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl index ac0f7cf9b..dfdce8afb 100644 --- a/view/tpl/chatroomlist.tpl +++ b/view/tpl/chatroomlist.tpl @@ -2,6 +2,7 @@ <h3>{{$header}}</h3> {{if $items}} <ul class="nav nav-pills nav-stacked"> + <li><a href="{{$baseurl}}/chat/{{$nickname}}">{{$overview}}</a></li> {{foreach $items as $item}} <li><a href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}"><span class="badge pull-right">{{$item.cr_inroom}}</span>{{$item.cr_name}}</a></li> {{/foreach}} |