From 6874fe90e591fa1bfb4b0575b27d876ab544e6e0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 18 Nov 2021 04:26:50 +0100 Subject: Cleanup and use global style on popups (#17674) * Cleanup and use global style on popups - Fix typo 'poping' to 'popping' - Remove most inline 'data-variation' attributes - Initialize all popups with 'inverted tiny' variation * misc tweaks * rename to .tooltip, use jQuery Co-authored-by: wxiaoguang --- templates/user/dashboard/repolist.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/repolist.tmpl b/templates/user/dashboard/repolist.tmpl index 83a0f6b3ad..5791be9c0f 100644 --- a/templates/user/dashboard/repolist.tmpl +++ b/templates/user/dashboard/repolist.tmpl @@ -31,7 +31,7 @@ {{.i18n.Tr "home.my_repos"}} ${reposTotalCount} - + {{svg "octicon-plus"}} {{.i18n.Tr "new_repo"}} @@ -168,7 +168,7 @@ {{.i18n.Tr "home.my_orgs"}} ${organizationsTotalCount} - + {{svg "octicon-plus"}} {{.i18n.Tr "new_org"}} -- cgit v1.2.3