From 84d008be8a35d3a19607de669042ddb5c6540f0c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 1 Sep 2013 18:26:50 -0700 Subject: Adding outline link to frontend --- src/templates/templates/training.ftl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/templates') diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index a6d30ea..1e17ace 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -38,7 +38,11 @@ <#list videos as video>
${video.title}
-

${video.title}

<@hms seconds=video.length /> +

${video.title}

+ <@hms seconds=video.length /> + <#if (video.pdf!"") != ""> + Outline +
-- cgit v1.2.3