From 740240234222c15acfbcbf78a79534624d8bd91d Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 17 Jun 2015 15:50:12 -0700 Subject: [PATCH] Add href URL for the IRC channel in template * In the template file, add a clickable href URL for the IRC channel * Add a link to the freenode webclient Change-Id: I31e73d1f8ddf4313432109266c0079eb473d0dd2 --- meetingindex.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meetingindex.jinja b/meetingindex.jinja index e1af6591..5f0ec7b2 100644 --- a/meetingindex.jinja +++ b/meetingindex.jinja @@ -40,7 +40,9 @@ use in your favorite calendaring app:

{% for schedule in meeting.schedules %}
  • {{ schedule.recurrence }} on {{ schedule.day }} at {{ schedule.utc }} UTC -in #{{ schedule.irc }}
  • +in #{{ schedule.irc }} +(IRC webclient) + {% endfor %}
  • Chair (to contact for more information): {{ meeting.chair }}
  • {{ meeting.description|urlize }}