8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
10 lines
287 B
HTML
10 lines
287 B
HTML
<dd class="available-chatroom">
|
|
<a class="open-room available-room"
|
|
data-room-jid="{{{o.jid}}}"
|
|
title="{{{o.open_title}}}"
|
|
href="#">{{{o.name}}}</a>
|
|
<a class="right room-info icon-room-info"
|
|
data-room-jid="{{{o.jid}}}"
|
|
title="{{{o.info_title}}}" href="#"> </a>
|
|
</dd>
|