aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/viewcontact_template.tpl
diff options
context:
space:
mode:
authorhabeascodice <habeascodice@federated.social>2014-10-13 03:22:01 -0700
committerhabeascodice <habeascodice@federated.social>2014-10-13 03:22:01 -0700
commit0c5408e22b47880e8e657d4e10f8b39581f2a29a (patch)
tree9360fbbeca2599b0f4f94b1b48f38f3bedbcc3d3 /view/tpl/viewcontact_template.tpl
parentbde8c6d39e1ccf7a53569cc652a62b5447d3243f (diff)
parenta512d1a4aab35ac874ccbff89d84fdd6d5b3343f (diff)
downloadvolse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.tar.gz
volse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.tar.bz2
volse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/viewcontact_template.tpl')
-rwxr-xr-xview/tpl/viewcontact_template.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl
index 18fed6bb4..cde24525c 100755
--- a/view/tpl/viewcontact_template.tpl
+++ b/view/tpl/viewcontact_template.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper generic-content-wrapper-styled">
<h3>{{$title}}</h3>
{{foreach $contacts as $contact}}
@@ -5,5 +6,5 @@
{{/foreach}}
<div id="view-contact-end"></div>
-
{{$paginate}}
+</div>