move channel-activities header to its tpl

This commit is contained in:
Saiwal K
2026-01-17 11:44:54 +00:00
committed by Mario
parent 3f39d0d249
commit 8b46767d30
2 changed files with 36 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
<div id="channel-activities" class="d-none overflow-hidden">
<h2 class="mb-4">
{{$welcome}} {{$channel_name}}!
</h2>
{{if !$activities}}
<h3>{{$no_activities}}</h3>
{{else}}
{{$activity_html}}
{{/if}}
</div>