move manage channel alert to tpl

allows a way to customize appearance of html for channel manager alerts
This commit is contained in:
SK
2026-02-15 06:42:35 +05:30
parent c907e569f1
commit 25218fea43
2 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<div class="text-truncate lh-sm">
<img src="{{$photo}}" class="menu-img-2">
<strong>{{$name}}</strong><br>
<small class="text-body-secondary">{{$addr}}</small>
</div>