From 8b2c8fe945b343088be71439c345f03e0d45dad7 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Aug 25 2022 13:36:24 +0000 Subject: frontend: add link to /user/repositories/ on the user detail page --- diff --git a/frontend/coprs_frontend/coprs/templates/coprs/show/user.html b/frontend/coprs_frontend/coprs/templates/coprs/show/user.html index 05e251b..8167429 100644 --- a/frontend/coprs_frontend/coprs/templates/coprs/show/user.html +++ b/frontend/coprs_frontend/coprs/templates/coprs/show/user.html @@ -34,6 +34,9 @@ | User Info {% endif %} + {% if g.user.name == user.name %} + | Your repositories + {% endif %} {% include "user_meta.html" %}