hardlounge/client/views/actions/kick.tpl

7 lines
283 B
Smarty
Raw Normal View History

2016-05-10 23:17:52 +00:00
<a href="#" class="user" data-name="{{from}}" style="color:#{{stringcolor from}}">{{mode}}{{from}}</a>
2016-02-23 16:22:41 +00:00
has kicked
2016-05-10 23:17:52 +00:00
<a href="#" class="user" data-name="{{target}}" style="color:#{{stringcolor target}}">{{target}}</a>
2016-02-23 16:22:41 +00:00
{{#if text}}
<i class="part-reason">({{{parse text}}})</i>
{{/if}}