From: François Michonneau Date: Tue, 11 Aug 2020 14:36:48 +0000 (+0200) Subject: only display Episodes drop-down if we have episodes to show (#491) X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/70213c3841a9a2c0617c7cf4094215cecf7e9119 only display Episodes drop-down if we have episodes to show (#491) --- diff --git a/_includes/navbar.html b/_includes/navbar.html index e406d87..a243a95 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -49,6 +49,7 @@
  • Setup
  • {% comment %} Show lesson episodes for lessons. {% endcomment %} + {% if lesson_episodes.length > 0 %} + {% endif %} {% endif %} {% comment %} Show extras for lessons or if this is the main workshop-template repo (where they contain documentation). {% endcomment %}