mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
14 lines
222 B
Smarty
14 lines
222 B
Smarty
<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>
|