From 41d3ce7905ad966fb72f1328c31160ef72466496 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 19 Jul 2022 20:55:14 -0400 Subject: [PATCH 1/3] Add labels to two buttons that were missing them --- templates/repo/clone_buttons.tmpl | 2 +- templates/repo/home.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/clone_buttons.tmpl b/templates/repo/clone_buttons.tmpl index 3d74e5dc288d0..fb54b27c820aa 100644 --- a/templates/repo/clone_buttons.tmpl +++ b/templates/repo/clone_buttons.tmpl @@ -19,6 +19,6 @@ document.getElementById('repo-clone-url').value = btn ? btn.getAttribute('data-link') : ''; })(); - diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 5e1af447a49a3..5583507d6a349 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -124,7 +124,7 @@ {{if eq $n 0}}
{{template "repo/clone_buttons" .}} -
- + {{svg "octicon-bell"}} From cc3617723f314626eb9308bf5f8e3e943b7682f5 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 22 Jul 2022 21:01:19 -0400 Subject: [PATCH 3/3] rm for 1.18, but keep in backport for 1.17 --- templates/repo/home.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 5583507d6a349..5e1af447a49a3 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -124,7 +124,7 @@ {{if eq $n 0}}
{{template "repo/clone_buttons" .}} -