diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 11:18:41 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 11:18:41 -0800 |
commit | 06dcb39ca435897b082a5d454a11ddb21f230799 (patch) | |
tree | 66bc8c14065c4b947b011c765d677b0b1e2b3c13 /src/com/p4square/grow/frontend/TrainingPageResource.java | |
parent | 331f4939eb8f983b5b85663d7549e604ef485b9a (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.java | 1 |
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 f2a0938..ef8515a 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); |