mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
12 lines
221 B
Smarty
12 lines
221 B
Smarty
<div class="generic-content-wrapper-styled">
|
|
<h2>{{$header}}</h2>
|
|
|
|
{{if $is_owner}}
|
|
<p>
|
|
<span class="btn btn-default"><a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a></span>
|
|
</p>
|
|
{{/if}}
|
|
|
|
{{$rooms}}
|
|
|
|
</div>
|