From e084b776eee9f1fc66e3f4a37b92ec70ccc49286 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 23 Aug 2017 00:01:02 -0700 Subject: cards feature --- view/tpl/cards.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 view/tpl/cards.tpl (limited to 'view/tpl/cards.tpl') diff --git a/view/tpl/cards.tpl b/view/tpl/cards.tpl new file mode 100644 index 000000000..ae382a97f --- /dev/null +++ b/view/tpl/cards.tpl @@ -0,0 +1,8 @@ +
+
+

{{$title}}

+
+ {{$editor}} + {{$content}} +
+ {{$pager}} -- cgit v1.2.3 From 186f85483fe3ab45281c442b2b275448c5230c4f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 23 Aug 2017 22:17:15 -0700 Subject: cards: make likes reload page --- view/tpl/cards.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/cards.tpl') diff --git a/view/tpl/cards.tpl b/view/tpl/cards.tpl index ae382a97f..a06e2fd22 100644 --- a/view/tpl/cards.tpl +++ b/view/tpl/cards.tpl @@ -2,6 +2,7 @@

{{$title}}

+
{{$editor}} {{$content}} -- cgit v1.2.3