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 From 643f515eaf21c05e03f0f51a332c18e0acdc403d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 6 Sep 2017 15:55:34 +0200 Subject: cards: remove double generic-content-wrapper and section title --- view/tpl/cards.tpl | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'view/tpl/cards.tpl') diff --git a/view/tpl/cards.tpl b/view/tpl/cards.tpl index a06e2fd22..60e6163ae 100644 --- a/view/tpl/cards.tpl +++ b/view/tpl/cards.tpl @@ -1,9 +1,4 @@ -
-
-

{{$title}}

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