mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
move channel-activities header to its tpl
This commit is contained in:
13
view/tpl/channel_activities_widget.tpl
Normal file
13
view/tpl/channel_activities_widget.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user