From 3f96bdbe6542c2600def600514d577aea351ff3d Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 19 Sep 2016 10:10:54 +0200 Subject: Fix table HTML JIRA: RELENG-12 Change-Id: I780c1fc0daab9ee2f2599c51f31eb416a2c7dbbf Signed-off-by: maxbr --- .../templates/account/user_list.html | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'tools/pharos-dashboard/templates/account/user_list.html') diff --git a/tools/pharos-dashboard/templates/account/user_list.html b/tools/pharos-dashboard/templates/account/user_list.html index 7618dc95..c2b81938 100644 --- a/tools/pharos-dashboard/templates/account/user_list.html +++ b/tools/pharos-dashboard/templates/account/user_list.html @@ -13,18 +13,22 @@ {% for user in users %} - + {{ user.username }} - - + + {{ user.userprofile.company }} - - - Download - - - Download - + + + {% if user.userprofile.ssh_public_key %} + SSH + {% endif %} + + + {% if user.userprofile.pgp_public_key %} + GPG + {% endif %} + {% endfor %} @@ -39,4 +43,4 @@ }); }); -{% endblock tablejs %} \ No newline at end of file +{% endblock tablejs %} -- cgit 1.2.3-korg