diff options
author | Mario <mario@mariovavti.com> | 2024-03-25 21:48:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-25 21:48:25 +0000 |
commit | 80d1e0790852c4df4768820cad8a4557dcfecd73 (patch) | |
tree | 85b890504b4fe925be1f1f73f909c67c89fdca88 /view/tpl | |
parent | f72f5c7321398881243bb509211958414708e43e (diff) | |
download | volse-hubzilla-80d1e0790852c4df4768820cad8a4557dcfecd73.tar.gz volse-hubzilla-80d1e0790852c4df4768820cad8a4557dcfecd73.tar.bz2 volse-hubzilla-80d1e0790852c4df4768820cad8a4557dcfecd73.zip |
deprecated bootstrap namespace in list mode
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/conv_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index 2d6c6fe8e..374c3f53f 100644 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -209,7 +209,7 @@ {{/if}} {{if $item.settings}} <div class="dropdown-divider"></div> - <a class="dropdown-item conversation-settings-link" href="" data-toggle="modal" data-target="#conversation_settings">{{$item.settings}}</a> + <a class="dropdown-item conversation-settings-link" href="" data-bs-toggle="modal" data-bs-target="#conversation_settings">{{$item.settings}}</a> {{/if}} </div> </div> |