From 1ed847118222c72c1f97c8217bfce6d29bb99f51 Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Mon, 23 Jan 2017 00:18:22 -0500 Subject: Show co-maintainers SSH clone URL on package base page On package base pages, if a co-maintainer visits, only the read-only URL is displayed which is inconsistent with how the individual packages of a package base's pages displays them. This adds the SSH clone URL to the package base's page for co-maintainers to see. Implements FS#52675. Signed-off-by: Mark Weiman Signed-off-by: Lukas Fleischer --- web/template/pkgbase_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php index fe769596..e368872e 100644 --- a/web/template/pkgbase_details.php +++ b/web/template/pkgbase_details.php @@ -50,7 +50,7 @@ $base_uri = get_pkgbase_uri($row['Name']); () - +
-- cgit v1.2.3-24-g4f1b