aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-30 14:44:03 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-30 14:44:03 +0200
commit08461c7049ee5c9788e815537b540b9987a5eace (patch)
treef19f48a5b975ea92db50b7f4a31a07ee03d21575 /view
parent5462453bf2bde50166c68f90b08d24826dd07ba8 (diff)
downloadvolse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.gz
volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.tar.bz2
volse-hubzilla-08461c7049ee5c9788e815537b540b9987a5eace.zip
more on mod chat
Diffstat (limited to 'view')
-rw-r--r--view/tpl/chatroomlist.tpl1
-rw-r--r--view/tpl/chatrooms.tpl2
2 files changed, 2 insertions, 1 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}}
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
index c7333efcf..e3d0eb5b5 100644
--- a/view/tpl/chatrooms.tpl
+++ b/view/tpl/chatrooms.tpl
@@ -12,7 +12,7 @@
<div class="section-content-wrapper-np">
<table id="chatrooms-index">
<tr>
- <th width="98%">name</th>
+ <th width="98%">{{$name}}</th>
<th width="1%" class="chatrooms-index-tool"></th>
<th width="1%"></th>
</tr>