diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 09:06:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 09:06:02 +0000 |
commit | 94be9f115b06c8bda2ebae637120e3e0ca294fc7 (patch) | |
tree | eaa93819e22de576d8d337a0069d9d881a79dbe0 /view/tpl/chatrooms.tpl | |
parent | 693736df7c4de1b00f746f9f671f287fc757aa3e (diff) | |
download | volse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.tar.gz volse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.tar.bz2 volse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.zip |
another badge fix
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 d1151fffe..88c42882c 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-secondary">{{$room.cr_inroom}}</span></td> + <td><span class="badge bg-secondary">{{$room.cr_inroom}}</span></td> </tr> {{/foreach}} </table> |