diff options
author | mrjive <mrjive@mrjive.it> | 2018-01-29 16:33:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 16:33:54 +0100 |
commit | c2abbe2c238fa4d66e8a088c7d271acaa7e20876 (patch) | |
tree | 64a5bc5056c0a328bc70b1bb09d1f7340c4209d6 /view/tpl/connections.tpl | |
parent | 5f6f87a7cd3030b1f17647fcad8cd775b145f15b (diff) | |
download | volse-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-x | view/tpl/connections.tpl | 2 |
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}} |