From lfleischer at archlinux.org Wed Dec 11 20:41:04 2019 From: lfleischer at archlinux.org (Lukas Fleischer) Date: Wed, 11 Dec 2019 15:41:04 -0500 Subject: [PATCH] Copy Git repository URL on click Message-ID: <20191211204104.43736-1-lfleischer@archlinux.org> The Git repository URLs are not meant to be visited using a web browser. Copy the link to the clipboard instead. Signed-off-by: Lukas Fleischer --- web/template/pkg_details.php | 17 +++++++++++++++-- web/template/pkgbase_details.php | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php index 93b5f1e..c6bb32d 100644 --- a/web/template/pkg_details.php +++ b/web/template/pkg_details.php @@ -100,9 +100,9 @@ $base_uri = get_pkgbase_uri($row['BaseName']); - () + (, ) -
+
() @@ -306,3 +306,16 @@ endif; + + diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php index b2ce8cb..a6857c4 100644 --- a/web/template/pkgbase_details.php +++ b/web/template/pkgbase_details.php @@ -49,9 +49,9 @@ $base_uri = get_pkgbase_uri($row['Name']); - () + (, ) -
+
() @@ -135,3 +135,16 @@ endif; + + -- 2.24.0