From 6fc9eae9de5d2186b106165986d5d9bec48304cf Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Dec 2011 17:26:55 -0800 Subject: more d* PM stuff --- view/diaspora_conversation.tpl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 view/diaspora_conversation.tpl (limited to 'view') diff --git a/view/diaspora_conversation.tpl b/view/diaspora_conversation.tpl new file mode 100644 index 000000000..12807ba59 --- /dev/null +++ b/view/diaspora_conversation.tpl @@ -0,0 +1,29 @@ + + + + $conv.guid + $conv.subject + $conv.created_at + + {{ for $conv.messages as $msg }} + + + $msg.guid + $msg.parent_guid + {{ if $msg.parent_author_signature }} + $msg.parent_author_signature + {{ endif }} + $msg.author_signature + $msg.text + $msg.created_at + $msg.diaspora_handle + $msg.conversation_guid + + + {{ endfor }} + + $conv.diaspora_handle + $conv.participant_handles + + + -- cgit v1.2.3