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 ++++++++ view/tpl/jot.tpl | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 view/tpl/cards.tpl (limited to 'view/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}} diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 39ba9e59b..8e8070402 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -27,7 +27,7 @@ - {{if $webpage}} + {{if $webpage && $webpage != 6 }}
@@ -35,7 +35,7 @@
- {{if $catsenabled}} + {{if $catsenabled || $webpage == 6 }}
-- cgit v1.2.3 From 3b68df1be6173cbcc50386efc0161ece2015112d Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 23 Aug 2017 17:46:20 -0700 Subject: several card enhancements --- view/tpl/jot.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 8e8070402..39ba9e59b 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -27,7 +27,7 @@ - {{if $webpage && $webpage != 6 }} + {{if $webpage}}
@@ -35,7 +35,7 @@
- {{if $catsenabled || $webpage == 6 }} + {{if $catsenabled}}
-- 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') 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