diff --git a/base.json b/base.json index 1664045..14efcf9 100644 --- a/base.json +++ b/base.json @@ -158,6 +158,7 @@ "Aspen": { "cap_icon": "facetime-video", "cap_desc": "Videoprojection available", + "desc": "Fits a team of 10", "FriA1": "", "FriA2": "", "FriP1": "", @@ -181,6 +182,7 @@ }, "Ballroom A": { "url": "http://meet.jit.si/DEN-ptg-BallroomA", + "desc": "10 person table", "FriA1": "nova", "FriA2": "nova", "FriP1": "nova", diff --git a/ptgbot/html/ptg.html b/ptgbot/html/ptg.html index 79daa0e..e5ab9fc 100644 --- a/ptgbot/html/ptg.html +++ b/ptgbot/html/ptg.html @@ -117,7 +117,7 @@ {{#each @root.schedule as |sched room|}} {{#if (roomactive @root.schedule room times)}} - {{room}}{{#if sched.cap_icon}} + {{room}}{{#if sched.desc}}
({{sched.desc}}){{/if}}{{#if sched.cap_icon}} {{/if}} {{#each (lookup @root.slots day) as |time|}}