diff --git a/progit/templates/settings.html b/progit/templates/settings.html index b001f4d..f578824 100644 --- a/progit/templates/settings.html +++ b/progit/templates/settings.html @@ -33,6 +33,24 @@ + + Users + + Here below is the list of user having commit rights to this repo. + + + + {{ repo.user.user }} + + {% for user in repo.users %} + + {{ user.user }} + + {% endfor %} + + + + {% if plugins %} Hooks
Here below is the list of user having commit rights to this repo.