We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8e721 commit 96da77cCopy full SHA for 96da77c
_includes/client_row.html
@@ -2,9 +2,9 @@
2
<td><a href="#{{ client.name }}" alt="{{ client.name }}">{{ client.name }}</a></td>
3
<td>
4
{% if client.tracking_issue %}<a href="{{ client.tracking_issue }}">{% endif %}
5
- {% if client.status == 100 %}🎉
6
- {% elsif client.declined %}😭
7
- {% elsif client.tracking_issue %}🔖
+ {% if client.status == 100 %}<span title="OMEMO is fully supported">🎉</span>
+ {% elsif client.declined %}<span title="Client will not support OMEMO">😭</span>
+ {% elsif client.tracking_issue %}<span title="Client is working on OMEMO support">🔖</span>
8
{% else %}❓{% endif %}
9
{% if client.tracking_issue %}</a>{% endif %}
10
</td>
0 commit comments