From: Michael Tremer Date: Thu, 19 Nov 2020 16:50:24 +0000 (+0000) Subject: people: Add calls button X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce94596b1850dfa908ac9e43f8d4481425272320;p=ipfire.org.git people: Add calls button Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/user.html b/src/templates/people/user.html index 8ff97370..1ab1a159 100644 --- a/src/templates/people/user.html +++ b/src/templates/people/user.html @@ -28,6 +28,12 @@ {% end %} {% if account.can_be_managed_by(current_user) %} + {% if account.has_sip() %} + + {{ _("Calls") }} + + {% end %} + {{ _("Edit") }}