From f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 17:31:49 -0700 Subject: First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same. --- view/tpl/conv_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index f327b62a9..b5fd9f3b7 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -34,7 +34,7 @@ {{if $item.lock}}
{{$item.lock}}
{{else}}
{{/if}}
{{$item.location}}
- {{if $item.verified}}{{$item.verified}}{{/if}} + {{if $item.verified}}{{/if}} {{if $item.unverified}}{{$item.unverified}}{{/if}} -- cgit v1.2.3