xmpp.chapril.org-conversejs/src/templates/occupant.html
JC Brand 172ce7e0ce Remove the members-list work and keep the nickname form stuff
It's not stable yet and XMPP server support is very patchy.
However, the nickname form work can be merged into master.
2016-07-26 07:14:22 +00:00

11 lines
293 B
HTML

<li class="{{role}}" id="{{id}}"
{[ if (role === "moderator") { ]}
title="{{desc_moderator}}"
{[ } ]}
{[ if (role === "occupant") { ]}
title="{{desc_occupant}}"
{[ } ]}
{[ if (role === "visitor") { ]}
title="{{desc_visitor}}"
{[ } ]}>{{nick}}</li>