thelounge/client/views/actions/kick.tpl
2016-03-01 13:56:36 +02:00

7 lines
209 B
Smarty

<a href="#" class="user" data-name="{{from}}">{{mode}}{{from}}</a>
has kicked
<a href="#" class="user" data-name="{{target}}">{{target}}</a>
{{#if text}}
<i class="part-reason">({{{parse text}}})</i>
{{/if}}