From 7ec449287242a14d5b4e7afe6f2d434b40ec9552 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 12 2017 16:29:07 +0000 Subject: Add a link to the user's FAS page as well as a badge when they are on vacations Fixes https://pagure.io/pagure/issue/2376 Signed-off-by: Pierre-Yves Chibon --- diff --git a/template/user_info.html b/template/user_info.html index 4e97e7a..c8e0820 100644 --- a/template/user_info.html +++ b/template/user_info.html @@ -24,10 +24,12 @@

{{ user.default_email | avatar(36) | safe }} {{ username }} -

- Joined {{ user.created | humanize }} + Joined {{ user.created | humanize }} {% if config['FAS_URL'] + %}(fas){% + endif %} +