]> git.mxchange.org Git - friendica.git/blobdiff - view/wall_item.tpl
Merge branch 'pull'
[friendica.git] / view / wall_item.tpl
index ddae5b609ed851a5e9c45e614c9001065981c683..e771db0682f3e48f9db8a0c12606a51bd37d1580 100755 (executable)
@@ -31,8 +31,8 @@
                <div class="wall-item-links">
                </div>
                <div class="wall-item-tags">
-                       {{ for $item.tags as $item.tag }}
-                               <span class='tag'>$item.tag</span>
+                       {{ for $item.tags as $tag }}
+                               <span class='tag'>$tag</span>
                        {{ endfor }}
                </div>
        </div>
@@ -51,6 +51,9 @@
                                <a href="#" id="unstar-$item.id" onclick="dostar($item.id); return false;"  class="$item.star.classundo"  title="$item.star.undo">$item.star.undo</a>
                                <a href="#" id="tagger-$item.id" onclick="itemTag($item.id); return false;" class="$item.star.classtagger" title="$item.star.tagger">$item.star.tagger</a>
                        {{ endif }}
+                       {{ if $item.filer }}
+                                <a href="#" id="filer-$item.id" onclick="itemFiler($item.id); return false;" class="filer-item filer-icon" title="$item.filer">$item.filer</a>
+                       {{ endif }}                     
                        
                        {{ if $item.vote }}
                                <a href="#" id="like-$item.id" title="$item.vote.like.0" onclick="dolike($item.id,'like'); return false">$item.vote.like.1</a>