From 710880b563734d71e9a29276bb259d53218ea67c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 1 Feb 2014 11:18:41 -0800 Subject: Adding the feed backend support. --- src/templates/templates/training.ftl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/templates') diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index 3f5331e..7989d15 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -32,10 +32,12 @@
${chapterProgress}%
-
+ <#assign sidebar=showfeed> + +
style="width: 70%"> <#assign allowed = true> <#list videos as video> -
+
style="margin-right: 30px">
${video.title}

<#if video.number != "0">${video.number}. ${video.title}

<@hms seconds=video.length /> @@ -48,6 +50,10 @@
+ + <#if showfeed> + <#include "/templates/communityfeed.ftl"> +
-- cgit v1.2.3