diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/chatroomlist.tpl | 1 | ||||
-rw-r--r-- | view/tpl/chatrooms.tpl | 2 |
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> |