From f3fcffb29d22066f0ce627faa6af3287dd716698 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 14 Oct 2013 15:38:05 -0700 Subject: We really don't need the category delete links on each category in each post with categories, as we can now change the categories by editing the post. So take out the delete links. --- view/tpl/item_categories.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl index 599ad21bd..ec2639a6f 100644 --- a/view/tpl/item_categories.tpl +++ b/view/tpl/item_categories.tpl @@ -1,7 +1,7 @@ {{if $categories}}
{{foreach $categories as $cat}} - {{if $cat.url}}{{$cat.term}}{{else}}{{$cat.term}}{{/if}}{{if $cat.writeable}} {{/if}} + {{if $cat.url}}{{$cat.term}}{{else}}{{$cat.term}}{{/if}} {{/foreach}}
{{/if}} -- cgit v1.2.3