From edfb4c9c20bccfcf0cf87124f3946b5e24300a11 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 19 Dec 2017 15:45:21 +0300 Subject: www: update settings page --- juick-www/src/main/webapp/WEB-INF/views/settings_main.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/juick-www/src/main/webapp/WEB-INF/views/settings_main.html b/juick-www/src/main/webapp/WEB-INF/views/settings_main.html index 14c200b6..47299b9f 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/settings_main.html +++ b/juick-www/src/main/webapp/WEB-INF/views/settings_main.html @@ -29,6 +29,7 @@

{% endif %} + {% if jids | length > 0 %}
@@ -46,13 +47,14 @@ onclick="alert(\'To confirm, please send "AUTH {{ auth.getAuthCode() }}" (without quotes) from this account to "juick@juick.com".\'); return false;">Confirm
{% endfor %}

- {% if jids is not empty %} + {% if jids | length > 1 %}

{% endif %}

To add new jabber account: send any text message to juick@juick.com

+ {% endif %}
E-mail -- cgit v1.2.3