mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
540 B
20 lines
540 B
<section class="scroll">
|
|
<ul class="thin divided simple">
|
|
<li class="subheader">
|
|
{$c->__('group.subscriptions')}
|
|
<span class="info">{$subscriptions|count}</span>
|
|
</li>
|
|
{loop="$subscriptions"}
|
|
<li>
|
|
<a href="{$c->route('contact', $value.jid)}">
|
|
{$value.jid}
|
|
</a>
|
|
</li>
|
|
{/loop}
|
|
</ul>
|
|
</section>
|
|
<div>
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
</div>
|