Make use of `Ui/Empty` in more places in frontend
authorMatthias Schmidt <gravatronics@live.com>
Sat, 13 Mar 2021 12:38:54 +0000 (13:38 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 13 Mar 2021 12:38:54 +0000 (13:38 +0100)
com.woltlab.wcf/templates/following.tpl
com.woltlab.wcf/templates/ignoredUsers.tpl

index 1fa09541281bc0fe016eb0a991505afede9dfadf..ac0a69a3044c500dadf3e1260dc03582397853d6 100644 (file)
@@ -12,7 +12,7 @@
 
 {if $objects|count}
        <div class="section sectionContainerList">
-               <ol class="containerList userList">
+               <ol class="containerList userList jsReloadPageWhenEmpty">
                        {foreach from=$objects item=user}
                                <li class="jsFollowing">
                                        <div class="box48">
index 11f552f4313fa1897e950e56de562243c164a5db..36071e512587dc6fe2cc6ed30da2bd7a75b1a794 100644 (file)
@@ -12,7 +12,7 @@
 
 {if $objects|count}
        <div class="section sectionContainerList">
-               <ol class="containerList userList">
+               <ol class="containerList userList jsReloadPageWhenEmpty">
                        {foreach from=$objects item=user}
                                <li class="jsIgnoredUser">
                                        <div class="box48">