summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate/migrate.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/migrate/migrate.tmpl')
-rw-r--r--templates/repo/migrate/migrate.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/repo/migrate/migrate.tmpl b/templates/repo/migrate/migrate.tmpl
index 44769e60bd..01245322f8 100644
--- a/templates/repo/migrate/migrate.tmpl
+++ b/templates/repo/migrate/migrate.tmpl
@@ -6,7 +6,15 @@
<div class="ui three stackable cards">
{{range .Services}}
<a class="ui card gt-df gt-ac" href="{{AppSubUrl}}/repo/migrate?service_type={{.}}&org={{$.Org}}&mirror={{$.Mirror}}">
- {{svg (printf "gitea-%s" .Name) 184}}
+ {{if eq .Name "github"}}
+ {{svg "octicon-mark-github" 184 "gt-p-4"}}
+ {{else if eq .Name "gitlab"}}
+ {{svg "gitea-gitlab" 184 "gt-p-4"}}
+ {{else if eq .Name "gitbucket"}}
+ {{svg "gitea-gitbucket" 184 "gt-p-4"}}
+ {{else}}
+ {{svg (printf "gitea-%s" .Name) 184}}
+ {{end}}
<div class="content">
<div class="header gt-tc">
{{.Title}}