diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-02 18:58:43 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-02 18:58:43 -0700 |
commit | 48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1 (patch) | |
tree | faa91eda94b438680cb4795280a7d9c61d2913e1 /view/tpl/chatrooms.tpl | |
parent | 64cad0a041e44940f75bf351fc3755b3202f9029 (diff) | |
parent | 133292e241f9408ff793aa95aceec00c808fbd68 (diff) | |
download | volse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.tar.gz volse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.tar.bz2 volse-hubzilla-48063fa5ef93e4e6880553fd4f9831cbc9ef4ef1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/chatrooms.tpl')
-rw-r--r-- | view/tpl/chatrooms.tpl | 2 |
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> |