summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/TrainingPageResource.java
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-01 11:18:41 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-01 11:18:41 -0800
commit710880b563734d71e9a29276bb259d53218ea67c (patch)
tree5645601ccd5b886e4360e208e6c37ebf6456b739 /src/com/p4square/grow/frontend/TrainingPageResource.java
parenta7e5eb45f68c7c6862b3ad29361114059f5dae3f (diff)
Adding the feed backend support.
Diffstat (limited to 'src/com/p4square/grow/frontend/TrainingPageResource.java')
-rw-r--r--src/com/p4square/grow/frontend/TrainingPageResource.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/p4square/grow/frontend/TrainingPageResource.java b/src/com/p4square/grow/frontend/TrainingPageResource.java
index adad68c..0f2b284 100644
--- a/src/com/p4square/grow/frontend/TrainingPageResource.java
+++ b/src/com/p4square/grow/frontend/TrainingPageResource.java
@@ -209,6 +209,7 @@ public class TrainingPageResource extends FreeMarkerPageResource {
root.put("overallProgress", overallProgress);
root.put("videos", videos);
root.put("allowUserToSkip", allowUserToSkip);
+ root.put("showfeed", getQueryValue("showfeed") != null);
return new TemplateRepresentation(mTrainingTemplate, root, MediaType.TEXT_HTML);