From 65dd166f45af9248c65fe4fc1cbac31791d4b4eb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 15 Apr 2020 09:30:38 +0300 Subject: Ellipses ctitle --- src/main/resources/templates/views/partial/usercolumn.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates/views/partial') diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index 1da05e07..06ad647d 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -52,10 +52,11 @@ {% if visitor is not empty and visitor.uid == user.uid %} - - {{ i18n("messages","link.settings") }} + {% if not visitor.verified %} + {% else %} + {{ i18n("messages","link.settings") }} {% endif %} {% endif %} -- cgit v1.2.3