From 9e9f5538aaa89f1df1309313103cedfe64ca3b53 Mon Sep 17 00:00:00 2001 From: naskya Date: Thu, 9 Nov 2023 15:37:18 +0900 Subject: [PATCH] style: hide clone URI --- templates/repo/source-darcs.hamlet | 9 --------- templates/repo/source-git.hamlet | 9 --------- 2 files changed, 18 deletions(-) diff --git a/templates/repo/source-darcs.hamlet b/templates/repo/source-darcs.hamlet index 48971af..04feb29 100644 --- a/templates/repo/source-darcs.hamlet +++ b/templates/repo/source-darcs.hamlet @@ -69,15 +69,6 @@ $if not $ null looms wants to link with this repo ^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID} -

Clone - -

- HTTPS: - darcs clone @{RepoR repo} -

- SSH: - darcs clone USERNAME@#{renderAuthority host}:#{keyHashidText repo} -

Tags

TODO diff --git a/templates/repo/source-git.hamlet b/templates/repo/source-git.hamlet index d3c2a19..1e414e8 100644 --- a/templates/repo/source-git.hamlet +++ b/templates/repo/source-git.hamlet @@ -69,15 +69,6 @@ $if not $ null looms wants to link with this repo ^{buttonW POST "Link" $ RepoLinkR repo $ hashLoom loomID} -

Clone - -

- HTTPS: - git clone @{RepoR repo} -

- SSH: - git clone USERNAME@#{renderAuthority host}:#{keyHashidText repo} -

Branches