aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 09:06:02 +0000
committerMario <mario@mariovavti.com>2021-07-29 09:06:02 +0000
commit94be9f115b06c8bda2ebae637120e3e0ca294fc7 (patch)
treeeaa93819e22de576d8d337a0069d9d881a79dbe0
parent693736df7c4de1b00f746f9f671f287fc757aa3e (diff)
downloadvolse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.tar.gz
volse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.tar.bz2
volse-hubzilla-94be9f115b06c8bda2ebae637120e3e0ca294fc7.zip
another badge fix
-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 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>