hardlounge/client/views/actions/kick.tpl

7 lines
283 B
Smarty
Raw Normal View History

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