aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-06 15:55:34 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-06 15:55:34 +0200
commit643f515eaf21c05e03f0f51a332c18e0acdc403d (patch)
tree9164526f92eac5f345fd96c8c2d8291aad4496e6 /view
parent0a7364d49497f6026797f059dd8da28c73bf8db5 (diff)
downloadvolse-hubzilla-643f515eaf21c05e03f0f51a332c18e0acdc403d.tar.gz
volse-hubzilla-643f515eaf21c05e03f0f51a332c18e0acdc403d.tar.bz2
volse-hubzilla-643f515eaf21c05e03f0f51a332c18e0acdc403d.zip
cards: remove double generic-content-wrapper and section title
Diffstat (limited to 'view')
-rw-r--r--view/tpl/cards.tpl13
1 files changed, 4 insertions, 9 deletions
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 @@
-<div class="generic-content-wrapper">
- <div class="section-title-wrapper">
- <h2>{{$title}}</h2>
- </div>
- <div id="live-cards"></div>
- {{$editor}}
- {{$content}}
-</div>
- {{$pager}}
+<div id="live-cards"></div>
+{{$editor}}
+{{$content}}
+{{$pager}}