aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatrooms.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-02 18:57:21 -0700
committerzotlabs <mike@macgirvin.com>2017-07-02 18:57:21 -0700
commit41111bcdadcd16ebc4f078fc812eb5a290f185e5 (patch)
tree0bddfc473649a96048465f78e9033c2f43669110 /view/tpl/chatrooms.tpl
parent08c0729f5ff8ac97c27db08ae2dde1a052c71e25 (diff)
parent133292e241f9408ff793aa95aceec00c808fbd68 (diff)
downloadvolse-hubzilla-41111bcdadcd16ebc4f078fc812eb5a290f185e5.tar.gz
volse-hubzilla-41111bcdadcd16ebc4f078fc812eb5a290f185e5.tar.bz2
volse-hubzilla-41111bcdadcd16ebc4f078fc812eb5a290f185e5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/chatrooms.tpl')
-rw-r--r--view/tpl/chatrooms.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
index d3eeed24f..0e6847608 100644
--- a/view/tpl/chatrooms.tpl
+++ b/view/tpl/chatrooms.tpl
@@ -27,7 +27,7 @@
<ul id="panel-{{$room.cr_id}}" class="lockview-panel dropdown-menu"></ul>
{{/if}}
</td>
- <td><span class="badge badge-default">{{$room.cr_inroom}}</span></td>
+ <td><span class="badge badge-secondary">{{$room.cr_inroom}}</span></td>
</tr>
{{/foreach}}
</table>