From 4e85d03e3a4a75d29b0b73d414b009a0e63cbffc Mon Sep 17 00:00:00 2001 From: Stephen Jacob Sekula Date: Sun, 26 Jul 2015 07:25:34 -0500 Subject: [PATCH] Added support for showing video objects in the web interface. --- public/template/major-activity.utml | 3 +++ public/template/object.utml | 3 +++ 2 files changed, 6 insertions(+) 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 %>