X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Fstatic_fe%2Fstatic_fe%2Fconversation.html.eex;h=2acd84828f2056df5424fd4becd5bcea29c38268;hb=dfd2c741849e9afaf35e3ddbecbb50feb47f5d22;hp=35c3c17cdc00b65181b906f6acb510a1ef41565a;hpb=cc1b07132f1c532c623530ed2375ff7fbdc6d559;p=akkoma diff --git a/lib/pleroma/web/templates/static_fe/static_fe/conversation.html.eex b/lib/pleroma/web/templates/static_fe/static_fe/conversation.html.eex index 35c3c17cd..2acd84828 100644 --- a/lib/pleroma/web/templates/static_fe/static_fe/conversation.html.eex +++ b/lib/pleroma/web/templates/static_fe/static_fe/conversation.html.eex @@ -1,5 +1,11 @@ -
- <%= for notice <- @data do %> - <%= render("_notice.html", %{data: notice}) %> - <% end %> -
+
+

<%= link instance_name(), to: "/" %>

+
+ +
+
+ <%= for activity <- @activities do %> + <%= render("_notice.html", activity) %> + <% end %> +
+