diff --git a/public/template/major-activity.utml b/public/template/major-activity.utml index 73b134b41..b58e6973b 100644 --- a/public/template/major-activity.utml +++ b/public/template/major-activity.utml @@ -39,6 +39,9 @@ <% if (object.image && object.image.url) { %>

<% } %> + <% if (object.stream && object.stream.url) { %> +

+ <% } %>
<%= object.content %>
diff --git a/public/template/object.utml b/public/template/object.utml index f45625b3a..7372daf11 100644 --- a/public/template/object.utml +++ b/public/template/object.utml @@ -21,6 +21,9 @@ <% if (object.image && object.image.url) { %>

<% } %> + <% if (object.stream && object.stream.url) { %> +

+ <% } %>
<%= object.content %>