First commit
This commit is contained in:
10
templates/public/account_alerts_popup.html
Normal file
10
templates/public/account_alerts_popup.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<xf:if is="$alerts is not empty">
|
||||
<xf:foreach loop="$alerts" value="$alert">
|
||||
<xf:macro id="alert_macros::row_rhpz" arg-alert="{$alert}" />
|
||||
</xf:foreach>
|
||||
<xf:else />
|
||||
<div class="$notifications-empty">
|
||||
<i data-lucide="bell-off" size="24"></i>
|
||||
<span>No new notifications.</span>
|
||||
</div>
|
||||
</xf:if>
|
||||
Reference in New Issue
Block a user