c87d82dc48
These colors were built using the current generation function to have similar style.
10 lines
240 B
Smarty
10 lines
240 B
Smarty
<a href="#" class="user {{colorClass from}}" data-name="{{from}}">{{from}}</a>
|
|
invited
|
|
{{#if invitedYou}}
|
|
you
|
|
{{else}}
|
|
<a href="#" class="user {{colorClass invited}}" data-name="{{invited}}">{{invited}}</a>
|
|
{{/if}}
|
|
to
|
|
{{{parse channel}}}
|