X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Fchat%2Flist.tt;h=579abdbb07673723be968a1906e261d368ca3135;hp=1e30b651ba6ec00ebbe6117c7fefa3a6b85f6579;hb=99657a2f36e38272de6820fce26839109bf05747;hpb=b1babc5fbdaf0cfe573d1a126b9a6d88deb64352 diff --git a/root/tt/chat/list.tt b/root/tt/chat/list.tt index 1e30b65..579abdb 100644 --- a/root/tt/chat/list.tt +++ b/root/tt/chat/list.tt @@ -3,6 +3,7 @@ $('form').validationEngine(); [% END -%]

Join a Chat Room

+[% IF rooms.size -%] [% FOREACH room IN rooms -%] @@ -15,5 +16,8 @@ $('form').validationEngine(); [% END -%]
+[% ELSE -%] +

There are no rooms, yet. Be the first to create one!

+[% END -%]

Create Your Own Room

[% form.render %]