aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-01-29 16:33:54 +0100
committerGitHub <noreply@github.com>2018-01-29 16:33:54 +0100
commitc2abbe2c238fa4d66e8a088c7d271acaa7e20876 (patch)
tree64a5bc5056c0a328bc70b1bb09d1f7340c4209d6 /view/tpl/connections.tpl
parent5f6f87a7cd3030b1f17647fcad8cd775b145f15b (diff)
downloadvolse-hubzilla-c2abbe2c238fa4d66e8a088c7d271acaa7e20876.tar.gz
volse-hubzilla-c2abbe2c238fa4d66e8a088c7d271acaa7e20876.tar.bz2
volse-hubzilla-c2abbe2c238fa4d66e8a088c7d271acaa7e20876.zip
small changes
changed icon from sort to filter and changed id to class in content-wrapper clearfix
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index 09687350f..32973353e 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -25,7 +25,7 @@
</div>
</form>
</div>
- <div id="connections-wrapper clearfix">
+ <div class="connections-wrapper clearfix">
{{foreach $contacts as $contact}}
{{include file="connection_template.tpl"}}
{{/foreach}}