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 6ea3535d5d60988d404f7bc1838d196505f5bfe3..cdf8cc789991e857e523d15820205e5783e7e6e1 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