From 4b90bb3858df92704b653ae852cd9559da0fc2ec Mon Sep 17 00:00:00 2001 From: Raniere Silva <raniere@rgaiacs.com> Date: Tue, 18 Oct 2016 16:44:48 +0100 Subject: [PATCH] Add link to setup from schedule --- _includes/syllabus.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_includes/syllabus.html b/_includes/syllabus.html index bd520ed..dfa7d51 100644 --- a/_includes/syllabus.html +++ b/_includes/syllabus.html @@ -13,6 +13,11 @@ {% assign current = site.start_time %} <table class="table table-striped"> + <tr> + <td class="col-md-1"></td> + <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td> + <td class="col-md-7">Dowload files used on the lesson.</td> + </tr> {% for episode in site.episodes %} {% if episode.start %} {% comment %} Starting a new day? {% endcomment %} {% assign day = day | plus: 1 %} -- GitLab