From 61903ddc31142297a7bf4a5fa8c66da0694fc49e Mon Sep 17 00:00:00 2001
From: fkiefer <none@none>
Date: Wed, 10 May 2017 11:59:33 +0200
Subject: [PATCH] OO-1620 add subscription to podcast

---
 .../org/olat/modules/webFeed/ui/podcast/_content/info.html   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/java/org/olat/modules/webFeed/ui/podcast/_content/info.html b/src/main/java/org/olat/modules/webFeed/ui/podcast/_content/info.html
index 6ea3535d5d6..cdf8cc78999 100644
--- a/src/main/java/org/olat/modules/webFeed/ui/podcast/_content/info.html
+++ b/src/main/java/org/olat/modules/webFeed/ui/podcast/_content/info.html
@@ -36,6 +36,11 @@
 				$r.translate("podcast.subscribe.feed")
 			</a>
 		</div>
+			#if ($r.available("subscription"))
+				<div class="pull-right">
+				$r.render("subscription")
+				</div>
+			#end	
 		#end	
 	</div>
 </div>
\ No newline at end of file
-- 
GitLab