]> git.mxchange.org Git - friendica.git/blob - view/conversation.tpl
Merge branch 'pull'
[friendica.git] / view / conversation.tpl
1 {{ for $threads as $thread }}
2 <div class="tread-wrapper">
3         $thread
4 </div>
5 {{ endfor }}
6
7 {{ if $dropping }}
8 <a href="#" onclick="deleteCheckedItems();return false;">
9         <span class="icon s22 delete text">$dropping</span>
10 </a>
11 {{ endif }}